Awesome Support Developer Documentation

wpas_after_reopen_ticket


Signature

do_action( 'wpas_after_reopen_ticket', $ticket_id, $update )

Typical Usage

This action hook is called after the ticket was re-open

Parameters

  • $ticket_id: Integer ID of the ticket
  • $update: Boolean True on success, false on failure

Located In

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

First Available

Version: 3.0.2


More Topics In Action Hooks

Share: