manage_posts_extra_tablenav

manage_posts_extra_tablenav

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('manage_posts_extra_tablenav') is found 1 times:

  • /wp-admin/includes/class-wp-posts-list-table.php line 620
    616
    617
    618
    619
    620
    621
    622
    623
    624
    625
    626
         * @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() {

See this hook used in plugins: