Awesome Support Developer Documentation

wpas_open_ticket_before_assigned


Signature

do_action( 'wpas_open_ticket_before_assigned', $ticket_id, $data, $incoming_data )

Typical Usage

This action hook is called after the post is successfully submitted but before it has been assigned to an agent.

Parameters

  • $ticket_id: Integer
  • $data: Array
  • $incoming_data: Array

Located In

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

First Available

Version: 3.2.6


More Topics In Action Hooks

Share: