Awesome Support Developer Documentation

wpas_ticket_assignee_changed


Signature

do_action( 'wpas_ticket_assignee_changed', $agent_id, $current )

Typical Usage

This action hook is called only if the current assignment is a ticket transfer.

Parameters

  • $agent_id: Integer ID of the new assignee
  • $current: Integer ID of the previous assignee

Located In

  • File: includes/functions-post.php
  • Function: wpas_assign_ticket

First Available

Version: 3.2.8


More Topics In Action Hooks

Share: