Home › Forums › Backend Issues (wp-admin) › Escaped HTML in labels since ACF 6.4.3 › Reply To: Escaped HTML in labels since ACF 6.4.3
This worked for me for the field label. Some other parts like flexible field titles ar not yet working and escaped. Try to find a solution for that too. But the labels can contain html code again.
add_filter('acf/get_field_label', function($label, $field, $context) {
return html_entity_decode($label);
}, 10, 3);
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.