jetpack_options

jetpack_options

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('jetpack_options') is found 1 times:

  • /vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php line 206
    		 * @param string $value The value from the database.
    		 * @param string $name Option name, _without_ `jetpack_%` prefix.
    		 * @return string $value, unless the filters modify it.
    		 */
    		return apply_filters( 'jetpack_options', self::get_option_from_database( $name, $default ), $name );
    	}
    
    	/**
    	 * Returns the requested option.  Looks in jetpack_options or jetpack_$name as appropriate.
    	 *
    	 * @param string $name Option name. It must come _without_ `jetpack_%` prefix. The method will prefix the option name.
    

See this hook used in plugins: