Awesome Support Developer Documentation

wpas_add_reply_admin_after


Signature

do_action( 'wpas_add_reply_admin_after', $reply_id, $data )

Typical Usage

This action hook is called after the data is added to the database on the back-end only.

Parameters

  • $reply_id: Integer ID of the reply added to the database
  • $data: Array Data inserted to the database

Located In

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

First Available

Version: 3.1.2


More Topics In Action Hooks

Share: