Support

Account

Home Forums Backend Issues (wp-admin) ACF on product variations: almost works Reply To: ACF on product variations: almost works

  • @johnw6761 @dekket you should replace the line
    acf()->input->save_post( $variation_id );
    with:
    do_action( 'acf/save_post', $variation_id );

    works for me, and looks like that is how it works behind the systems.