Handles the ID column output.
Parameters
$blog
arrayrequired- Current site.
Source
public function column_id( $blog ) {
echo $blog['blog_id'];
}
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |
Handles the ID column output.
$blog
arrayrequiredpublic function column_id( $blog ) {
echo $blog['blog_id'];
}
Version | Description |
---|---|
4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.