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 all references

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


Top ↑

Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes

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