Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
WpGears
Cron
Worker
PHP Class WpGears\Cron\Worker
Inheritance:
extends
WpGears\Worker
Mostra file
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