do_action( 'manage_sites_custom_column', string $column_name , int $blog_id )
Fires for each registered custom column in the Sites list table.
Parameters
- $column_name
-
The name of the column to display.
- $blog_id
-
The site ID.
Source
Changelog
Version | Description |
---|---|
WP-3.1.0 | Introduced. |