Support

Account

Home Forums ACF PRO update_field() multiple times through functions.php Reply To: update_field() multiple times through functions.php

  • This seems to be working now. by using

    add_row( $selector, $value, $post_id );

    in place of:

    update_field($selector, $value, $post_id);