jetpack_options_whitelist, self::$default_options_whitelist

jetpack_options_whitelist, self::$default_options_whitelist

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_options_whitelist, self::$default_options_whitelist') is found 1 times:

  • /jetpack_vendor/automattic/jetpack-sync/src/class-defaults.php line 229
    	 * @return array Options whitelist.
    	 */
    	public static function get_options_whitelist() {
    		/** This filter is already documented in json-endpoints/jetpack/class.wpcom-json-api-get-option-endpoint.php */
    		$options_whitelist = apply_filters( 'jetpack_options_whitelist', self::$default_options_whitelist );
    		/**
    		 * Filter the list of WordPress options that are manageable via the JSON API.
    		 *
    		 * @module sync
    		 *
    		 * @since 1.6.3