cpm_after_new_task

A- A+

Description

cpm_after_new_task is an action triggered after a task.

Usage

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

Parameters

This action function is passed the following parameter.

$list_id

(int) (required) List id

$task_id

(int) (required) Task id

$project_id

(int) (required) Project id