manage_posts_extra_tablenav
do_action( ‘manage_posts_extra_tablenav’, string $which )
动作钩子::在posts列表表的tablenav中紧跟关闭的“actions”div之后触发。
Action Hook: Fires immediately following the closing “actions” div in the tablenav for the posts list table.
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$which | (string) | 额外表导航标记的位置:“top”或“bottom”。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
4.4.0 | wp-admin/includes/class-wp-posts-list-table.php:579 | 1 | 0 |
manage_posts_extra_tablenav 为WP2原创文章,链接:https://www.wp2.cn/hook/manage_posts_extra_tablenav/