self::MODERNIZATION_FILTER, self::is_modernization_rollout_enabled(

self::MODERNIZATION_FILTER, self::is_modernization_rollout_enabled(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('self::MODERNIZATION_FILTER, self::is_modernization_rollout_enabled(') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-newsletter/src/class-settings.php line 585
    	 *
    	 * @return bool
    	 */
    	private static function is_modernized() {
    		return (bool) apply_filters( self::MODERNIZATION_FILTER, self::is_modernization_rollout_enabled() );
    	}
    
    	/**
    	 * Returns true when the current request targets the Newsletter admin page.
    	 *
    	 * Used to scope wp-build loading to the one page that needs it. The