Support

Account

Home Forums ACF PRO Action hook when specific field changes Reply To: Action hook when specific field changes

  • Hi @giu-tae-kim

    I believe your code should be working. Just take attention to advanced custom fields like post object, gallery, repeater, etc as the returned data from the database sometimes different from the posted one, even though they are actually referring to the same value.

    Regarding your second question, yes, I think you can use the get_fields() function instead.

    I hope this helps 🙂