Awesome Support Developer Documentation

wpas_insert_reply_admin_success


Signature

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

Typical Usage

This action hook is called if the reply insertion via admin was successful.

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: