10/30/2017 at 9:54 am
#439326
Keymaster
@ Kenneth Ho
Yes, there is:
cn_save-entrypasses one arg, a cnEntry object. This action is run before an entry is inserted into the db.cn_saved-entrypasses one arg, a cnEntry object. This action is run after the entry is inserted in the db.cn_update-entrypasses one arg, a cnEntry object. This action is run before an entry is updated.cn_updated-entrypasses on arg, a cnEntry object. This actions is run after an entry is updated.cn_delete-entrypasses one arg, a cnEntry object. This action is run before the entry is deleted.cn_deleted-entrypasses one arg, a cnEntry object. This action is run after the entry and its related meta is deleted from the db.
Hope that helps!
