Summery Summery
Aborts calls to site meta if it is not supported.
Syntax Syntax
Parameters Parameters
- $check
-
(Required) Skip-value for whether to proceed site meta function execution.
Return Return
(mixed) Original value of $check, or false if site meta is not supported.
Source Source
File: wp-includes/ms-site.php
} /** * Aborts calls to site meta if it is not supported. * * @since 5.1.0 * * @global wpdb $wpdb WordPress database abstraction object. *
Advertisement
Changelog Changelog
Version | Description |
---|---|
5.1.0 | Introduced. |