[ Root System Explorer ]
Location:
Root
/
home
/
svaxkys
/
www
/
Arcomet
/
wp-content
/
plugins
/
woocommerce
/
packages
/
action-scheduler
/
classes
/
actions
+ Folder
+ File
Upload
Editing: ActionScheduler_NullAction.php
<?php /** * Class ActionScheduler_NullAction */ class ActionScheduler_NullAction extends ActionScheduler_Action { public function __construct( $hook = '', array $args = array(), ActionScheduler_Schedule $schedule = NULL ) { $this->set_schedule( new ActionScheduler_NullSchedule() ); } public function execute() { // don't execute } }
SAVE CHANGES
[ CANCEL ]
Name
Type
Actions
.. (Parent Directory)
📄 ActionScheduler_Action.php
FILE
Ren
[EDIT]
DEL
📄 ActionScheduler_CanceledAction.php
FILE
Ren
[EDIT]
DEL
📄 ActionScheduler_FinishedAction.php
FILE
Ren
[EDIT]
DEL
📄 ActionScheduler_NullAction.php
FILE
Ren
[EDIT]
DEL