Skip to content

Fluent Support Actions Hooks

Hooks are a way of interacting/modifying specific, pre-defined code.

Action hooks provide a way for running a function at a specific point in the execution of WordPress. Callback functions for an Action do not return anything back to the calling Action hook. Fluent Support has a lot of action hooks. You can use these hooks to customize the plugin. You can also use these hooks to extend the plugin’s functionality.

Available Action Hooks

There are a lot of action hooks in Fluent Support core and Fluent Support Pro. Here You can find the proper guidelines, handy code snippets, full code examples and code reference of using all action hooks.

Fluent Support Core Actions

Ticket Actions


fluent_support_before_ticket_create

fluent_support_after_ticket_create

fluent_support_when_ticket_is_being_deleted

fluent_support_after_ticket_tag_added

fluent_support_after_ticket_tag_removed

fluent_support_before_ticket_create_from_email

fluent_support_after_ticket_create_from_email

fluent_support_ticket_merge

fluent_support_before_ticket_split

fluent_support_after_ticket_split

fluent_support_before_move_tickets

fluent_support_tickets_moved

fluent_support_ticket_agent_change

fluent_support_ticket_deleted

fluent_support_agent_assigned_to_ticket

fluent_support_ticket_closed

fluent_support_after_ticket_closed_by_any_person

fluent_support_ticket_reopen

fluent_support_after_ticket_reopen_by_any_person

Admin Dashboard Actions


fluent_support_after_admin_app_loaded

fluent_support_when_admin_app_is_loading

fluent_support_pro_loaded

fluent_support_loaded

fluent_support_addons_loaded

Frontend Actions


fluent_support_before_signup_validation

fluent_support_after_signup_validation

fluent_support_after_creating_user

fluent_support_before_creating_user

fluent_support_before_updating_user

fluent_support_after_updating_user

fluent_support_before_logging_in_user

fluent_support_after_logging_in_user

fluent_support_after_customer_created

Other Useful Actions


fluent_support_before_assigning_role

fluent_support_after_assigning_role

fluent_support_attachment_uploaded_as_temp

fluent_support_after_creating_any_response

fluent_support_before_delete_email_box

fluent_support_mailbox_deleted

fluent_support_telegram_payload_error

fluent_support_delete_remote_attachment_third_party_in_use

fluent_support_verify_dropbox_code

fluent_support_run_action_from_any_saved_action