manage_posts_extra_tablenav WordPress Action Hook

manage_posts_extra_tablenav is a hook that allows you to add extra table navigation to the Posts list table. This can be useful for adding extra filters or bulk actions to the table.

do_action( 'manage_posts_extra_tablenav', string $which ) #

Fires immediately following the closing “actions” div in the tablenav for the posts list table.


Parameters

$which

(string)The location of the extra table nav markup: 'top' or 'bottom'.


Top ↑

Source

File: wp-admin/includes/class-wp-posts-list-table.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.4.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.