manage_sites_custom_column

manage_sites_custom_column

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

See hook in core

Displaying hooks found in version: wordpress-6.7

do_action('manage_sites_custom_column') is found 1 times:

  • /wp-admin/includes/class-wp-ms-sites-list-table.php line 610
    		 *
    		 * @param string $column_name The name of the column to display.
    		 * @param int    $blog_id     The site ID.
    		 */
    		do_action( 'manage_sites_custom_column', $column_name, $blog['blog_id'] );
    	}
    
    	/**
    	 * Generates the list table rows.
    	 *
    	 * @since 3.1.0
    

See this hook used in plugins: