do_action( ‘manage_posts_extra_tablenav’, string $which )

In this article

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

do_action( 'manage_posts_extra_tablenav', $which );

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.