Awesome Support Developer Documentation

wpas_post_reply_admin_after


Signature

do_action( 'wpas_post_reply_admin_after', $post_id, $data, $reply )

Typical Usage

This action hook is called right after a ticket reply is submitted.

Parameters

  • $post_id: Integer Ticket ID
  • $data: Array Data to be inserted as the reply
  • $reply: Integer|Boolean ID on success, false on failure

Located In

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

First Available

Version 3.2.6


More Topics In Action Hooks

Share: