jetpack_my_jetpack_should_initialize

jetpack_my_jetpack_should_initialize

Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.15.0

apply_filters('jetpack_my_jetpack_should_initialize') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-my-jetpack/src/class-initializer.php line 520
    		 * @since 0.5.0-alpha
    		 *
    		 * @param bool $shoud_initialize Should we initialize My Jetpack?
    		 */
    		return apply_filters( 'jetpack_my_jetpack_should_initialize', $should );
    	}
    
    	/**
    	 * Hook into several connection-based actions to update the historically active Jetpack modules
    	 * If the transient that indicates the list needs to be synced, update it and delete the transient
    	 *