Awesome Support Developer Documentation

wpas_ticket_after_update_admin_success


Signature

do_action( 'wpas_ticket_after_update_admin_success', $post_id, $old_assignee, $_POST )

Typical Usage

This action hook is called after ticket update.

Parameters

  • $post_id: Integer Ticket ID
  • $old_assignee: Integer ID of old assignee
  • $_POST: Array

Located In

  • File: includes/admin/functions-post.php
  • Function: wpas_save_ticket

First Available

Version 4.0.0


More Topics In Action Hooks

Share: