get_site_meta

Advertisement

Summery Summery

Retrieves metadata for a site.

Syntax Syntax

get_site_meta( int $site_id, string $key = '', bool $single = false )

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

Changelog
Version Description
5.1.0 Introduced.

Advertisement

Leave a Reply