In this section, you get an insight, how this plugin works. We provide this documentation for other developers, who want to develop addons for WP Support Ticket. Addons are basically plugins on their own, but they use these listed hooks and functions to extend the functionality of the Support Ticket plugin. If you want to create an addon, but you don't know, how to create a WordPress plugin, read this very insightful article in the WordPress Codex first.
Functions
- sts_action_ticket_create()
- sts_current_user_can_read_ticket()
- sts_get_create_ticket_form_fields()
- sts_get_possible_agents()
- sts_get_statusArr()
- sts_get_the_status()
- sts_get_the_ticket_read()
- sts_has_meta_boxes()
- sts_mail()
- sts_notify_new_agent()
- sts_render_form_field()
- sts_send_status_update_mail()
- sts_ticket_create()
- sts_translate_status()
Actions
In this section, you will find the action hooks, which are used by the plugin. Read add_action(), if you do not know, how to use action hooks.
Filters
In this section, you will find the filter hooks, which are used by the plugin. Read add_filter(), if you do not know, how to use filter hooks.
- sfs-custom-posttype-args
- sts-before-send-email
- sts-create-new-ticket-errors
- sts-create-new-ticket-post
- sts-create-ticket-done-shortcodefile
- sts-create-ticket-formfields
- sts-create-ticket-shortcodefile
- sts-createticket-args
- sts-createuser-password
- sts-createuser-usermeta
- sts-createuser-username
- sts-email-wrapper
- sts-loginuser-securecookie
- sts-notify-new-agent-body
- sts-notify-new-agent-subject
- sts-possible-agents
- sts-render-form-field
- sts-settings-content
- sts-settings-update-{$sectionid}
- sts-standard-table-column
- sts-standard-ticket-agent
- sts-status-array
- sts-status-update-mail-body
- sts-status-update-mail-subject
- sts-tickets-table-bulk-actions
- sts-userregister-welcome-email-body
- sts-userregister-welcome-email-subject
- sts-view-ticket-url