Hi Aakash
First let me say a big thank you for creating one of the most professional and useful WordPress plugins on the planet.
Just wondering if you could clarify something for me:
I created a shortcode with Shortcoder and put it within an ACF field. By default, shortcodes cannot run within ACF fields, it just displays as text.
After looking for an easy solution to add via functions.php, I found that this works perfectly:
add_filter('acf/format_value/type=textarea', 'do_shortcode');
Can you please let me know if this is the way you would do it? Is it safe to do it this way? I need to do it via functions.php and not edit any template files.
Any thoughts are appreciated. Thanks.