| Current Path : /home/x/b/o/xbodynamge/namtation/wp-content/ |
| Current File : /home/x/b/o/xbodynamge/namtation/wp-content/ActionScheduler_FinishedAction.php.tar |
vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_FinishedAction.php 0000644 00000000450 15115071574 0041661 0 ustar 00 home/xbodynamge/namtation/wp-content/plugins/all-in-one-seo-pack <?php
/**
* Class ActionScheduler_FinishedAction
*/
class ActionScheduler_FinishedAction extends ActionScheduler_Action {
/**
* Execute action.
*/
public function execute() {
// don't execute.
}
/**
* Get finished state.
*/
public function is_finished() {
return true;
}
}
vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_FinishedAction.php 0000644 00000000450 15115637026 0040445 0 ustar 00 home/xbodynamge/dev/wp-content/plugins/all-in-one-seo-pack <?php
/**
* Class ActionScheduler_FinishedAction
*/
class ActionScheduler_FinishedAction extends ActionScheduler_Action {
/**
* Execute action.
*/
public function execute() {
// don't execute.
}
/**
* Get finished state.
*/
public function is_finished() {
return true;
}
}