Support

Account

Home Forums ACF PRO Send email when status turns from draft to published Reply To: Send email when status turns from draft to published

  • is the name of the field email

    change this line to:

    $email = get_post_meta($post_id, 'email', true)

    and change the email to the name of the ACF field if it’s different.