Submit
Path:
~
/
home
/
getwphos
/
www
/
almajd
/
wp-content
/
plugins
/
woocommerce
/
packages
/
action-scheduler
/
classes
/
actions
/
File Content:
ActionScheduler_FinishedAction.php
<?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; } }
Submit
FILE
FOLDER
Name
Size
Permission
Action
ActionScheduler_Action.php
3907 bytes
0644
ActionScheduler_CanceledAction.php
883 bytes
0644
ActionScheduler_FinishedAction.php
296 bytes
0644
ActionScheduler_NullAction.php
601 bytes
0644
N4ST4R_ID | Naxtarrr