Support

Account

Home Forums Add-ons Repeater Field Repeater field in functions.php Reply To: Repeater field in functions.php

  • Where you have $post = get_post($_POST['post_id']);, add this right below: setup_postdata( $post );

    Try that & lemme know?