PATH:
home
/
lab2454c
/
dansact.com
/
wp-content
/
plugins
/
woocommerce
/
packages
/
action-scheduler
/
classes
/
actions
<?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 } }
[+]
..
[-] ActionScheduler_Action.php
[edit]
[-] ActionScheduler_CanceledAction.php
[edit]
[-] ActionScheduler_NullAction.php
[edit]
[-] ActionScheduler_FinishedAction.php
[edit]