Awesome Support Developer Documentation

wpas_add_reply_before


Signature

do_action( 'wpas_add_reply_before', $data, $post_id )

Typical Usage

This action hook is called before the reply is added to the database.
This hook is fired both on the back-end and the front-end.

Parameters

  • $data: Array The data to be inserted to the database
  • $post_id: Integer ID of the parent post

Located In

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

More Topics In Action Hooks

Share: