On this page
WP_MS_Sites_List_Table::column_id( array $blog )
Handles the ID column output.
Parameters
$blogarray Required-
Current site.
Source
File: wp-admin/includes/class-wp-ms-sites-list-table.php. View all references
public function column_id( $blog ) {
echo $blog['blog_id'];
}
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/wp_ms_sites_list_table/column_id