Action hook 'manage_posts_extra_tablenav'

in WP Core File wp-admin/includes/class-wp-posts-list-table.php at line 620

Description

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

Occurrences

Filename Line Number
wp-admin/includes/class-wp-posts-list-table.php 620

Parameters

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

PHP Doc

/**
		 * 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'.
		 */