Error on ACF field
-
In launchmind-blog.php we can have an error if an ACF field does not return a string.
Line 258 – Should be changed from:
add_filter(‘acf/format_value’, ‘do_shortcode’, 10);To:
add_filter(‘acf/format_value/type=text’, ‘do_shortcode’, 10);
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
You must be logged in to reply to this topic.