* Add filter to allow unfiltered HTML for the_field based on https://www.advancedcustomfields.com/blog/acf-6-2-5-security-release/#conditionally-disabling-the-new-behavior
* Add filter to allow unfiltered HTML for the_field based on https://www.advancedcustomfields.com/blog/acf-6-2-5-security-release/#conditionally-disabling-the-new-behavior
* Add filter to allow unfiltered HTML for ACF Shortcodes based on https://www.advancedcustomfields.com/blog/acf-6-2-5-security-release/#conditionally-disabling-the-new-behavior
* Add filter to allow unfiltered HTML for ACF Shortcodes based on https://www.advancedcustomfields.com/blog/acf-6-2-5-security-release/#conditionally-disabling-the-new-behavior
* Change $atts['field'] to ACF Field Slug
* Change $atts['field'] to ACF Field Slug
* * Add one filter for each shortcode
* * Add one filter for each shortcode
*/
*/
/*
add_filter( 'acf/shortcode/allow_unsafe_html', function ( $allowed, $atts ) {
add_filter( 'acf/shortcode/allow_unsafe_html', function ( $allowed, $atts ) {