jetpack_constant_default_value

jetpack_constant_default_value

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

apply_filters('jetpack_constant_default_value') is found 1 times:

  • /vendor/automattic/jetpack-constants/src/class-constants.php line 88
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
         *
         * @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.