Integrating with Coalface Tasks
Coalface Tasks exposes a PHP function and a REST API endpoint so other plugins, or external tools, can create and manage tasks automatically. Creating a task from another WordPress plugin Call cft_create_task() from anywhere in your plugin after WordPress has loaded. It returns the new task ID on success, or a WP_Error on failure. The … Read more