jetpack_options, self::get_option_from_database( $name, $default
jetpack_options, self::get_option_from_database( $name, $default
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_options, self::get_option_from_database( $name, $default') is found 1 times:
- /jetpack_vendor/automattic/jetpack-connection/legacy/class-jetpack-options.php line 217
* @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.