PHP Class WpGears\Cron\Worker

Inheritance: extends WpGears\Worker
Afficher le fichier Open project: 10up/wp-gears

Méthodes publiques

Méthode Description
register ( ) : boolean WP-Cron does not have an Worker initialization.
work ( ) : boolean Work is done automatically on the next WordPress request.

Method Details

register() public méthode

WP-Cron does not have an Worker initialization.
public register ( ) : boolean
Résultat boolean Always true

work() public méthode

Work is done automatically on the next WordPress request.
public work ( ) : boolean
Résultat boolean Always true