jetpack_constant_default_value, null, $name
jetpack_constant_default_value, null, $name
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_constant_default_value, null, $name') is found 1 times:
- /jetpack_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.