ms_site_check WordPress Filter Hook

The ms_site_check hook allows you to check if a WordPress Multisite installation is available for use. This hook is useful for plugin and theme developers who need to check if Multisite is enabled on a WordPress site.

apply_filters( 'ms_site_check', bool|null $check ) #

Filters checking the status of the current blog.


Parameters

$check

(bool|null)Whether to skip the blog status check. Default null.


Top ↑

Source

File: wp-includes/ms-load.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
3.0.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.