jetpack_disabled_raw_options, array(

jetpack_disabled_raw_options, array(

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_disabled_raw_options, array(') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php line 582
    		 * @since-jetpack 5.5.0
    		 *
    		 * @param array $disabled_raw_options An array of option names that you can selectively blocklist from being managed via direct database queries.
    		 */
    		$disabled_raw_options = apply_filters( 'jetpack_disabled_raw_options', array() );
    		return isset( $disabled_raw_options[ $name ] );
    	}
    
    	/**
    	 * Gets all known options that are used by Jetpack and managed by Jetpack_Options.
    	 *