graphql_get_setting_section_field_value
apply_filters( 'graphql_get_setting_section_field_value', $value, $default_value, $option_name, $section_fields, $section_name );
Filter the value before returning it
- Type: filter
- Group: Settings and Admin
- Since: 0.13.0
- Source File:
plugins/wp-graphql/access-functions.php
Parameters
$value(mixed): The value of the field$default_value(mixed): The default value if there is no value set$option_name(string): The name of the option$section_fields(array<string,mixed>): The setting values within the section$section_name(string): The name of the section the setting belongs to
Source
apply_filters( 'graphql_get_setting_section_field_value', $value, $default_value, $option_name, $section_fields, $section_name );
Related
get_graphql_setting()inplugins/wp-graphql/access-functions.php:912