bsearch_get_blog_option()
Get an option from a specific blog in a multisite network.
Since: 4.2.0
Source: includes/options-api.php line 100
Signature
function bsearch_get_blog_option( $blog_id, $key = ..., $default_value = ... ): mixed;
Parameters
| Type | Name | Description |
|---|---|---|
int | $blog_id | Blog ID to fetch the option from. |
string | $key | Key of the option to fetch. |
mixed | $default_value | Default value to fetch if option is missing. |
Returns
mixed