Home › Forums › Front-end Issues › Display product repeater field values in custom tab › Reply To: Display product repeater field values in custom tab
The code you are using looks good.. in terms of what I saw in the Woo docs.
Now… your callback function… that’s where you are having troubles displaying ACF Repeater field data?
Have you tried passing the post ID to the Repeater, which would mean adding:
global $post;
then…
get_field( 'wh_info', $post->ID );
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.