$plugin_file
$plugin_file : string
Plugin file path.
Class ActionScheduler
$plugin_file : string
Plugin file path.
$factory : \ActionScheduler_ActionFactory
ActionScheduler_ActionFactory instance.
$data_store_initialized : bool
Data store is initialized.
is_class_abstract(string $class) : bool
Determine if the class is one of our abstract classes.
| string | $class | The class name. |
| since | 3.0.0 |
|---|
is_class_migration(string $class) : bool
Determine if the class is one of our migration classes.
| string | $class | The class name. |
| since | 3.0.0 |
|---|
is_class_cli(string $class) : bool
Determine if the class is one of our WP CLI classes.
| string | $class | The class name. |
| since | 3.0.0 |
|---|
| None found |