jetpack_offline_mode, false

jetpack_offline_mode, false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_offline_mode, false') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-connection/src/class-rest-connector.php line 508
    				'isActive'        => $status->is_offline_mode(),
    				'constant'        => defined( 'JETPACK_DEV_DEBUG' ) && JETPACK_DEV_DEBUG,
    				'url'             => $status->is_local_site(),
    				/** This filter is documented in packages/status/src/class-status.php */
    				'filter'          => apply_filters( 'jetpack_offline_mode', false ),
    				'wpLocalConstant' => defined( 'WP_LOCAL_DEV' ) && WP_LOCAL_DEV,
    				'option'          => (bool) get_option( 'jetpack_offline_mode' ),
    			),
    			'isPublic'          => '1' == get_option( 'blog_public' ), // phpcs:ignore Universal.Operators.StrictComparisons.LooseEqual
    		);