jetpack_disabled_raw_options

jetpack_disabled_raw_options

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('jetpack_disabled_raw_options') is found 1 times:

  • /vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php line 545
    		 * @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.
    	 *