WP_MS_Sites_List_Table::column_id( array $blog )

Handles the ID column output.


Parameters

$blog array Required
Current site.

Top ↑

Source

File: wp-admin/includes/class-wp-ms-sites-list-table.php. View all references

public function column_id( $blog ) {
	echo $blog['blog_id'];
}

Top ↑

Changelog

Changelog
Version Description
4.4.0 Introduced.

Top ↑

User Contributed Notes

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