cpm_comment_update

A- A+

Description

cpm_comment_update is an action triggered after updating comment.

Usage

add_action( 'cpm_comment_update', '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)