Support

Account

Home Forums Backend Issues (wp-admin) Why isn't acf/save_post firing? Reply To: Why isn't acf/save_post firing?

  • Hi @yazminmedia

    You can get the existing custom field value using the get_field() function and the new value using $_POST["acf"]["field_1234567890"], where “field_1234567890” is the field key of your custom field.

    I hope this helps 🙂