Awesome Support Developer Documentation

wpas_save_reply_after


Signature

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

Typical Usage

This hook is deprecated but stays in the code for backward compatibility.
You should now use wpas_add_reply_admin_after instead.

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

Deprecated

Version: 3.1.2


More Topics In Action Hooks

Share: