cpm_comment_new
A- A+
Description
cpm_comment_new
is an action triggered after new comment.
Usage
add_action( 'cpm_comment_new', 'your callback function' );
Parameters
This action function is passed the following parameter.
$comment_id
(int) (required) comment id.
$project_id
(int) (required) project id
$comment
(object) (required)