PHP Class WPDKCronController

Since: 1.4.20
Author: =undo= ([email protected])
Afficher le fichier Open project: wpxtreme/wpdk Class Usage Examples

Méthodes publiques

Свойство Type Description
$cron array List of registered cron

Méthodes publiques

Méthode 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.

Method Details

__construct() public méthode

Create an instance of WPDKCronController class
public __construct ( ) : WPDKCronController
Résultat WPDKCronController

remove() public static méthode

Remove/Unschedule a cron job
public static remove ( string $name )
$name string Unique cron name

removeAll() public static méthode

Unschedule all cron jobs attached to a specific hook.
public static removeAll ( string $name )
$name string Unique cron name

Property Details

$cron public_oe property

List of registered cron
public array $cron
Résultat array