Filters is_staging_site check.
Parameters
- $is_staging
bool If the current site is a staging site.
Changelog
- Introduced in Jetpack 1.1.1
How to use this hook
Notes
You can use that filter to change the status of your site. To force your site to be considered a staging site, use the following snippet:add_filter( 'jetpack_is_staging_site', '__return_true' );