PHP Class WpGears\Cron\Worker

Inheritance: extends WpGears\Worker
Mostrar archivo Open project: 10up/wp-gears

Public Methods

Method 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 method

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

work() public method

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