Filters checking the status of the current blog.
Parameters
$check
bool|null- Whether to skip the blog status check. Default null.
Source
$check = apply_filters( 'ms_site_check', null );
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |
Filters checking the status of the current blog.
$check
bool|null$check = apply_filters( 'ms_site_check', null );
Version | Description |
---|---|
3.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.