WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about manage_posts_extra_tablenav

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-posts-list-table.php do_action 615 /**
* Fires immediately following the closing "actions" div in the tablenav for the posts
* list table.
*
* @since 4.4.0
*
* @param string $which The location of the extra table nav markup: 'top' or 'bottom'.
*/

Hook Parameters

Parameter Type Name Description
string $which The location of the extra table nav markup: 'top' or 'bottom'.