cpm_after_update_task

A- A+

Description

cpm_after_update_task is an action triggered after updating a task.

Usage

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

Parameters

This action function is passed the following parameter.

$task_id

(int) (required) Task id

$list_id

(int) (required) List id

$project_id

(int) (required) Project id