I’m trying to show the text field value using ACF shortcode with ACF repeater field. But instead of displaying the shortcode value it’s showing the shortcode itself. Can anyone please let me know how can I output the text value of shortcode using ACF repeater field. Please see the attachment for better understanding.
Asked
Active
Viewed 530 times
-1
1 Answers
0
If you want to execute a shortcode from php, you'll need to use the do_shortcode()
function. See here: https://developer.wordpress.org/reference/functions/do_shortcode/

Hillel
- 811
- 2
- 7
- 19