Fires for each registered custom column in the Sites list table.
$column_namestring$blog_idintwp-admin/includes/class-wp-ms-sites-list-table.php:633WP_MS_Sites_List_Table::column_default() * * @since 3.1.0 * * @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.0Introduced in 3.1.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.