Registering Custom Settings do not appear
-
Hello!
I’m fallowing a tutorial (this tutorial). and im trying to display this custom settings on graphQL API. Im adding the arg ‘show_in_graphql’ => true to register_settings functions but nothing is happening. Im missing something?
register_setting(“soraSettings”, “twitter_url”, $args);
register_setting(“soraSettings”, “facebook_url”, $args);
register_setting(“soraSettings”, “theme_layout”, $args);inside args I have my configs and show_in_graphql
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Registering Custom Settings do not appear’ is closed to new replies.