Dear all,
I need to execute a PHP script once an entry is updated via the Wordpress backend and update a field in the current entry.
First, I am trying to use the gform_after_submission hook but I needed to know if it was also executed when the entry is updated via Wordpress backend.
Second, I would like to know what was an easy way to modify a field of an entry.
Thanks!