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
Sometimes you might want to use ACF fields but you don't want ACF to format data before you handle it. Now this is not possible because format_value has been hard coded for ACF function get_field_object on these lines (See the links below.). https://github.com/devgeniem/dustpress/blob/master/classes/query.php#L114 https://github.com/devgeniem/dustpress/blob/master/classes/query.php#L288
get_field_object
After changes ACF format_value cloud be true by default but you can change it to false in function $args if you want to.
format_value
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Sometimes you might want to use ACF fields but you don't want ACF to format data before you handle it. Now this is not possible because format_value has been hard coded for ACF function
get_field_object
on these lines (See the links below.).https://github.com/devgeniem/dustpress/blob/master/classes/query.php#L114
https://github.com/devgeniem/dustpress/blob/master/classes/query.php#L288
After changes ACF
format_value
cloud be true by default but you can change it to false in function $args if you want to.The text was updated successfully, but these errors were encountered: