is_site_meta_supported
is_site_meta_supported ( No parameters )
Returns:- (bool) True if site meta is supported, false otherwise.
Defined at: - Introduced in WordPress: 5.1.0
- Deprecated in WordPress: —
Description
Determines whether site meta is enabled.This function checks whether the 'blogmeta' database table exists. The result is saved as
a setting for the main network, making it essentially a global setting. Subsequent requests
will refer to this setting instead of running the query.