manage_posts_extra_tablenav, $which

manage_posts_extra_tablenav, $which

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('manage_posts_extra_tablenav, $which') is found 1 times:

  • /wp-admin/includes/class-wp-posts-list-table.php line 619
    		 * @since 4.4.0
    		 *
    		 * @param string $which The location of the extra table nav markup: 'top' or 'bottom'.
    		 */
    		do_action( 'manage_posts_extra_tablenav', $which );
    	}
    
    	/**
    	 * @return string
    	 */
    	public function current_action() {