Skip to content
Snippets Groups Projects
Unverified Commit a14d1a1c authored by totten's avatar totten Committed by GitHub
Browse files

Merge pull request #537 from kainuk/patch-4

Update hook_civicrm_post.md
parents fedbd25c 70946498
No related branches found
No related tags found
No related merge requests found
......@@ -31,8 +31,7 @@ hook_civicrm_post($op, $objectName, $objectId, &$objectRef)
- 'create' : The CiviCRM object is created (or contacts are being added to a group)
- 'edit' : The CiviCRM object is edited
- 'delete' : The CiviCRM object is being deleted (or contacts are being removed from a group)
- 'trash': The contact is being moved to trash (Contact objects only)
- 'restore': The contact is being restored from trash (Contact objects only)
- 'update': The contact is being moved to trash or restored (Contact objects only)
- `$objectName` - can have the following values:
- 'Activity'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment