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
Anyone running into HTML markup not decoding properly, therefore resulting in tags being displayed as HTML entities?
Specifically for WYSIWIG fields types, I need to pass the field to an html_entity_decode function so any (p tags) for instance would render properly.
example.blade.php
$headline = html_entity_decode(get_field('headline'));
Thanks great plugin for Sage 10 blade ACF and will continue to use for current and future projects.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Anyone running into HTML markup not decoding properly, therefore resulting in tags being displayed as HTML entities?
Specifically for WYSIWIG fields types, I need to pass the field to an html_entity_decode function so any (p tags) for instance would render properly.
example.blade.php
$headline = html_entity_decode(get_field('headline'));
Thanks great plugin for Sage 10 blade ACF and will continue to use for current and future projects.
The text was updated successfully, but these errors were encountered: