groundhogg/{object_type}/post_update

This hook is one of the core hooks of Groundhogg. This hook is executed when an updated operation completed. This hook accepts object type in it so it will run for that specific object only.

do_action( "groundhogg/{object_type}/post_update", $this->get_id(), $data, $this );

This hook contains three arguments: ID of the record to update, data set for the update operation and the object of the base class.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us