jetpack_sync_listener_should_load, true

jetpack_sync_listener_should_load, true

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_sync_listener_should_load, true') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/class-actions.php line 145
    		 * @since-jetpack 4.2.0
    		 *
    		 * @param bool should we load sync listener code for this request
    		 */
    		if ( apply_filters( 'jetpack_sync_listener_should_load', true ) ) {
    			self::initialize_listener();
    		}
    
    		add_action( 'init', array( __CLASS__, 'add_sender_shutdown' ), 90 );
    	}