Source file: jetpack_vendor/automattic/jetpack-status/src/class-status.php
View in GitHubParameters
- $is_staging
-
(bool) If the current site is a staging site.
Changelog
Since: Jetpack 1.1.1
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' );