MarieComet / mc-acf-flexible-template

WordPress plugin makes it possible to save the ACF flexible content fields as templates
71 stars 20 forks source link

Fails with ACF 5.10 #23

Closed drzraf closed 2 years ago

drzraf commented 2 years ago

Describe the bug Stopped working with ACF 5.10

To Reproduce The "Save template" tooltip containing Name the template : * does not show the name text input anymore.

Screenshots Screenshot from 2021-10-20 15-33-30

WordPress and ACF Versions WordPress version : ACF version: 5.10 ACF Pro version: 5.10

The reason is that acf_render_field_label now uses acf_esc_html() which strips the necessary markup.

MarieComet commented 2 years ago

Hey, thanks for the report. Please download the last version of the repository and let me know if that's fixed for you.

drzraf commented 2 years ago

It works! Thank you!