• Resolved Anonymous User 14583327

    (@anonymized-14583327)


    WP is automatically setting my site to staging mode, thought it’s running on the live domain I keep getting “You are running Jetpack on a staging server.” The site is running with a real hostname.

    I have in wp-config.php:

    define('JETPACK_STAGING_MODE', false);
    define('JETPACK_DEV_DEBUG', false);

    and in functions.php:

    add_filter( 'jetpack_development_mode', '__return_false' );

    Any other ideas on how to disable staging mode??

    TIA.

    https://www.ads-software.com/plugins/jetpack/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘disable staging mode?’ is closed to new replies.