Awesome Support Developer Documentation

wpas_ticket_status_updated


Signature

do_action( 'wpas_ticket_status_updated', $post_id, $status, $updated )

Typical Usage

This action hook is called after the ticket status is updated.

Parameters

  • $post_id: Integer ID of the ticket
  • $status: String Status of the ticket
  • $updated: Integer|WP_Error ID of the ticket updated or WP_Error

Located In

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

First Available

Version: 3.0.2


More Topics In Action Hooks

Share: