BlogID.php 280 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 <?php namespace ACP\Column\NetworkSite; class BlogID extends Property { public function __construct() { $this->set_type( 'column-blog_id' ) ->set_label( __( 'Blog ID', 'codepress-admin-columns' ) ); } public function get_site_property() { return 'blog_id'; } }