Changeset 50641 for trunk/src/wp-includes/ms-site.php
- Timestamp:
- 04/02/2021 03:47:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ms-site.php
r49927 r50641 1085 1085 * returns data for all keys. Default empty. 1086 1086 * @param bool $single Optional. Whether to return a single value. 1087 * This parameter has no effect if $keyis not specified.1087 * This parameter has no effect if `$key` is not specified. 1088 1088 * Default false. 1089 * @return mixed An array if $single is false. The value of meta data field 1090 * if $single is true. False for an invalid $site_id. 1089 * @return mixed An array of values if `$single` is false. 1090 * The value of meta data field if `$single` is true. 1091 * False for an invalid `$site_id` (non-numeric, zero, or negative value). 1092 * An empty string if a valid but non-existing site ID is passed. 1091 1093 */ 1092 1094 function get_site_meta( $site_id, $key = '', $single = false ) {
Note: See TracChangeset
for help on using the changeset viewer.