This repository has been archived by the owner on Jul 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 122
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Added highlight to the php code in Registering Fields in PHP section
…-deleted Fix: Internal server error 500 for relationship to non-published post
Use date_i18n() to set correct timezone for date time fields
Deprecated: Required parameter $param follows optional parameter $and_params
…ACF v6+ version of acf_reder_field_wrap or the older version - add space between Type name and label in field list - update JS that sets the "GraphQL Field Name" based on the Field Group title
…onal arguments to the v5 version of acf_render_field_wrap is actually not an issue. The shape of the function didn't change, it just added more arguments. So we can pass the new arguments and v5 just wont do anything with them but v6 will use them.
feat: ACF v6 support
Fix deprecated error in PHP > 8.0.0
…ue-filters-are-ignored-by-wpgraphql-acf filter returned value with acf/format_value
Returning false for true_false values
Update README.md
Revert "Returning false for true_false values"
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Release Notes
date_i18n()
function instead ofdate()
on date/time fields. Thanks @esamattis!