jetpack_constant_default_value

jetpack_constant_default_value

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

apply_filters('jetpack_constant_default_value') is found 1 times:

  • /vendor/automattic/jetpack-constants/src/class-constants.php line 88
    		 *
    		 * @param null The constant value to be filtered. The default is null.
    		 * @param String $name The constant name.
    		 */
    		return apply_filters( 'jetpack_constant_default_value', null, $name );
    	}
    
    	/**
    	 * Sets the value of the "constant" within constants Manager.
    	 *
    	 * @param string $name The name of the constant.