Support

Account

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 );