Settings::MODERNIZATION_FILTER, false

Settings::MODERNIZATION_FILTER, false

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('Settings::MODERNIZATION_FILTER, false') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-newsletter/src/class-subscribers-announcement.php line 99
    	 * @return bool
    	 */
    	public static function is_enabled() {
    		/** This filter is documented in projects/packages/newsletter/src/class-settings.php */
    		return (bool) apply_filters( Settings::MODERNIZATION_FILTER, false );
    	}
    
    	/**
    	 * Load wp-build for the announcement page when the feature is enabled.
    	 *
    	 * @return void