Current Path : /var/www/html/wp-content/plugins/wpide/App/Tasks/ |
Current File : /var/www/html/wp-content/plugins/wpide/App/Tasks/TestTask.php |
<?php namespace WPIDE\App\Tasks; class TestTask extends Task { public static function handle($task_id, $args): bool { // Handle task return true; } }