do_action( ‘manage_sites_custom_column’, string $column_name, int $blog_id )

In this article

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

Parameters

$column_namestring
The name of the column to display.
$blog_idint
The site ID.

Source

do_action( 'manage_sites_custom_column', $column_name, $blog['blog_id'] );

Changelog

VersionDescription
3.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.