Uses
Uses | Description |
---|---|
wp-admin/includes/template.php: submit_button() | Echoes a submit button, with provided text and appropriate class(es). |
wp-admin/includes/class-wp-media-list-table.php: WP_Media_List_Table::has_items() | |
wp-admin/includes/class-wp-posts-list-table.php: restrict_manage_posts | Fires before the Filter button on the Posts and Pages list tables. |
wp-includes/capabilities.php: current_user_can() | Returns whether the current user has the specified capability. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/plugin.php: do_action() | Execute functions hooked on a specific action hook. |