Skip to content
New issue

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

WYSIWIG field type - hmtl_entity_decode tags #72

Open
markifornia opened this issue Oct 30, 2022 · 0 comments
Open

WYSIWIG field type - hmtl_entity_decode tags #72

markifornia opened this issue Oct 30, 2022 · 0 comments

Comments

@markifornia
Copy link

markifornia commented Oct 30, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant