Support

Account

Home Forums General Issues Auto send REVIEW REQUEST email via Cron Job Reply To: Auto send REVIEW REQUEST email via Cron Job

  • your problem is that the post is not being submitted and that means that $_POST[‘acf’] will be empty.

    You need to get the values using get_field() instead of looking in $_POST[‘acf’].