Awesome Support Developer Documentation

wpas_add_reply_public_before


Signature

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

Typical Usage

This action hook is called before the data is added to the database on the front-end only.

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

First Available

Version: 3.1.2


More Topics In Action Hooks

Share: