Support

Account

Home Forums ACF PRO Save/update field of custom field with function Reply To: Save/update field of custom field with function

  • Sorry I haven’t gotten back to you sooner.

    I’m not sure I understand why you are doing

    
    add_action( 'template_redirect', 'when_a_review_gets_submitted' );
    

    instead of

    
    add_action('rwp_after_saving_review', 'when_a_review_gets_submitted', 11, 2);