wp-graphql-polylang
wp-graphql-polylang copied to clipboard
WPGraphQL Polylang Extension for WordPress
## Description We have a GatsbyJS site using gatsby-source-wordpress. When launching gatsby develop, I get the error message : "`Found a duplicate ID in WordPress - this means you will...
Some websites need a double language code/slug. nl-nl nl-en be-nl be-fr be-en The graphql does not open when a language is configured this way. it gives this php error en...
Replaced - with _ in language codes resolves error where language codes are hyphenated `Missing onError handler for invocation 'extracting-queries', error was 'Error: Names must match /^[_a-zA-Z][_a-zA-Z0-9]*$/ but "PT-BR" does...
Hey, I think at the current time it is literally impossible to fetch home page of non default language. Everything works fine for pages. Take look at full report listed...
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) from 7.3.0 to 7.4.5. Release notes Sourced from guzzlehttp/guzzle's releases. Release 7.4.5 See change log for changes. Release 7.4.4 See change log for changes. Release 7.4.3 See change...
Hi, First: thanks for the plugin which is great! 👏 My setup: - WP 5.8.3 - Polylang Pro 3.1.2 (the pro version gives the possibility to share the same slug...
Hi, I am trying to get access to the "language" field while querying ACF option fields but I am not able to do so - there is no such field...
I am trying to access the translations of products and the current language but its not working. I searched for the get_allowed_post_types and I think there is a timing error...
I believe this repository is missing the ability to specifiy language when fetching a single page/post. E.g.: ``` query Pages { page(id: "some-slug", idType: URI, language: EN) { ```
Bumps [composer/composer](https://github.com/composer/composer) from 2.1.8 to 2.2.12. Release notes Sourced from composer/composer's releases. 2.2.12 Security: Fixed command injection vulnerability in HgDriver/GitDriver (GHSA-x7cr-6qr6-2hh6 / CVE-2022-24828) Fixed curl downloader not retrying when a...