cpm_comment_delete

A- A+

Description

cpm_comment_delete is an action triggered when comment delete.

Usage

add_action( 'cpm_comment_delete', 'your callback function' );

Parameters

This action function is passed the following parameter.

$comment_id

(int) (required) comment id. 

$force_delete

(boolean) (required)