manage_sites_extra_tablenav

manage_sites_extra_tablenav

Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

do_action('manage_sites_extra_tablenav') is found 1 times:

  • /wp-admin/includes/class-wp-ms-sites-list-table.php line 358
    		 * @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() {