Action hook 'manage_sites_custom_column'

in WP Core File wp-admin/includes/class-wp-ms-sites-list-table.php at line 610

Description

Fires for each registered custom column in the Sites list table.

Occurrences

Filename Line Number
wp-admin/includes/class-wp-ms-sites-list-table.php 610

Parameters

Type Name Description
string $column_name The name of the column to display.
int $blog_id The site ID.

PHP Doc

/**
		 * Fires for each registered custom column in the Sites list table.
		 *
		 * @since 3.1.0
		 *
		 * @param string $column_name The name of the column to display.
		 * @param int    $blog_id     The site ID.
		 */