Resolving ACF output code issue
-
I know you are being inundated with questions about the output code change and I wasn’t sure whether to piggyback on someone else’s post or add my own.
I’ve been using <?php the_field(‘field_name’); ?> to retrieve fields. If I change this to: <?php echo wp_kses_post( get_field(‘field_name’) ); ?> does this do the trick?
Additionally, I purchased the ACF Repeater plugin add-on many years ago and am still using it in combination with ACF on a number of old websites. Is the Repeater plugin going to continue to work after this update?
Thanks for your help!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Resolving ACF output code issue’ is closed to new replies.