Uses
Uses | Description |
---|---|
wp-admin/includes/class-wp-posts-list-table.php: WP_Posts_List_Table::formats_dropdown() | Displays a formats drop-down for filtering items. |
wp-admin/includes/class-wp-posts-list-table.php: WP_Posts_List_Table::categories_dropdown() | Displays a categories drop-down for filtering on the Posts list table. |
wp-admin/includes/class-wp-posts-list-table.php: manage_posts_extra_tablenav | Fires immediately following the closing “actions” div in the tablenav for the posts list table. |
wp-admin/includes/template.php: submit_button() | Echoes a submit button, with provided text and appropriate class(es). |
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-admin/includes/class-wp-posts-list-table.php: WP_Posts_List_Table::has_items() | |
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. |
wp-includes/post.php: get_post_type_object() | Retrieves a post type object by name. |