manage_sites_extra_tablenav

manage_sites_extra_tablenav

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('manage_sites_extra_tablenav') is found 1 times:

  • /wp-admin/includes/class-wp-ms-sites-list-table.php line 358
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
         * @since 5.3.0
         *
         * @param string $which The location of the extra table nav markup: Either 'top' or 'bottom'.
         */
        do_action( 'manage_sites_extra_tablenav', $which );
    }
     
    /**
     * @return string[] Array of column titles keyed by their column name.
     */
    public function get_columns() {