do_action( ‘nelio_content_after_create_editorial_task’, array $task , int $user )
It runs when an editorial task has been created.
Parameters
- $task array
(Required) the task.
- $user int
(Required) the user who created the task.
Source
File: includes/rest/class-nelio-content-generic-rest-controller.php
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |