Summery Summery
Retrieves metadata for a site.
Syntax Syntax
Parameters Parameters
- $site_id
-
(Required) Site ID.
- $key
-
(Optional) The meta key to retrieve. By default, returns data for all keys.
Default value: ''
- $single
-
(Optional) Whether to return a single value.
Default value: false
Return Return
(mixed) Will be an array if $single is false. Will be value of meta data field if $single is true.
Source Source
File: wp-includes/ms-site.php
* * @param int $site_id Site ID. * @param string $key Optional. The meta key to retrieve. By default,
Advertisement
Changelog Changelog
Version | Description |
---|---|
5.1.0 | Introduced. |