cpm_task_single_after
A- A+
Description
cpm_task_single_after
is an action triggered after single task.
Usage
add_action( 'cpm_task_single_after', 'your callback function' );
Parameters
This action function is passed the following parameter.
$task
(object) (required) Wp task post
$project_id
(int) (required) Project id
$list_id
(int) (required) Task list id
$single
(boolean) (required)
$completed
(string)(required)