Property | Type | Description | |
---|---|---|---|
$cron | array | List of registered cron |
Method | Description | |
---|---|---|
__construct ( ) : WPDKCronController | Create an instance of WPDKCronController class | |
remove ( string $name ) | Remove/Unschedule a cron job | |
removeAll ( string $name ) | Unschedule all cron jobs attached to a specific hook. |
public __construct ( ) : WPDKCronController | ||
return | WPDKCronController |