On this page
do_action( 'manage_posts_extra_tablenav', string $which )
Fires immediately following the closing “actions” div in the tablenav for the posts list table.
Parameters
$whichstring-
The location of the extra table nav markup:
'top'or'bottom'.
Source
File: wp-admin/includes/class-wp-posts-list-table.php. View all references
do_action( 'manage_posts_extra_tablenav', $which );
Related
Used By
| Used By | Description |
|---|---|
| WP_Posts_List_Table::extra_tablenav() wp-admin/includes/class-wp-posts-list-table.php |
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/manage_posts_extra_tablenav