Summery Summery
Handles output for the default column.
Syntax Syntax
Parameters Parameters
- $blog
-
(Required) Current site.
- $column_name
-
(Required) Current column name.
Source Source
File: wp-admin/includes/class-wp-ms-sites-list-table.php
/** * 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. */ do_action( 'manage_sites_custom_column', $column_name, $blog['blog_id'] ); }
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.3.0 | Introduced. |