apply_filters( ‘ms_site_check’, bool|null $check )

In this article

Filters checking the status of the current blog.

Parameters

$checkbool|null
Whether to skip the blog status check. Default null.

Source

$check = apply_filters( 'ms_site_check', null );

Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.