File "ActionScheduler_NullAction.php"

Full Path: /home/warrior1/public_html/languages/wp-content-20241001222009/plugins/mailpoet/vendor/woocommerce/action-scheduler/classes/actions/ActionScheduler_NullAction.php
File size: 330 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
if (!defined('ABSPATH')) exit;
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
 }
}