Awesome Support Developer Documentation

wpas_after_close_ticket_admin


Signature

do_action( 'wpas_after_close_ticket_admin', $ticket_id, $user_id, $update )

Typical Usage

This action hook is called after the ticket was closed in the admin only.

Parameters

  • $ticket_id: Integer ID of the closed ticket
  • $user_id: Integer ID of the user who did the action
  • $update: Boolean True on success, false on failure

Located In

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

First Available

Version: 3.1.2


More Topics In Action Hooks

Share: