action hooks for ticket change
this will including ticket
- creation
- update
- delete: no need delete, we never delete a ticket.
WordPress Functions
we will using the folllowing WordPress functions:
- do_action
- add_action
- remove_action
A very good post talking about WordPress hooks: 10 most useful WordPress Hooks
Tracking History
When | Who | What Done |
---|---|---|
2013-10-08 06:09 | Sean Chen |
2 actions for ticket creation and update are all set.
-- 2.0 Hours, 100.0% Done |