graphql_setting_field_config

Filter the setting field config

apply_filters( 'graphql_setting_field_config', array $field_config, string $field_name, string $section );

Params

  • $field_config (array): The field config for the setting
  • $field_name (string): The name of the field (unfilterable in the config)
  • $section (string): The slug of the section the field is registered to