We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to pull the fields of the option pages based on the language, but I get the default language back every time.
This is how I register an options page:
acf_add_options_page([ 'page_title' => __('Allgemein', 'theme'), 'menu_title' => __('Allgemein', 'theme'), 'menu_slug' => 'site-settings', 'redirect' => false, 'show_in_graphql' => true, 'graphql_field_name' => 'siteSettings', "position" => 2, ]);
I used ACF to create the fields for the options pages.
I have entered different content for each language.
DE
Default:
EN:
Nevertheless, I always get the following back:
EN | DE | Default:
The text was updated successfully, but these errors were encountered:
Got the same issue.
Fixed it in #93.
Sorry, something went wrong.
Modified is_options_page check, valu-digital#92
632dd5a
Merge pull request #1 from tavux-ratkaisut/fix/options-missing-type
90e6c07
No branches or pull requests
I want to pull the fields of the option pages based on the language, but I get the default language back every time.
This is how I register an options page:
I used ACF to create the fields for the options pages.
I have entered different content for each language.
DE
Default:
EN:
Nevertheless, I always get the following back:
EN | DE | Default:
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: