Handles the ID column output.
Parameters
$blogarrayrequired- Current site.
Source
public function column_id( $blog ) {
echo $blog['blog_id'];
}
Changelog
| Version | Description |
|---|---|
| 4.4.0 | Introduced. |
Handles the ID column output.
$blogarrayrequiredpublic 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.