Filter to allow for Shortcode in ACF field or subfield.

//for the_field <?php echo apply_filters('the_content', get_post_meta($post->ID, 'custom-field-name', true)); ?> //for the_sub_field <?php echo apply_filters('the_content', get_sub_field('main_copy'), true); ?>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.