403Webshell
Server IP : 172.67.158.161  /  Your IP : 18.116.69.88
Web Server : LiteSpeed
System : Linux business53.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : giankuin ( 1871)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/giankuin/thietke365.net/wp-content/plugins/mailpoet/vendor/woocommerce/action-scheduler/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/giankuin/thietke365.net/wp-content/plugins/mailpoet/vendor/woocommerce/action-scheduler/action-scheduler.php
<?php
if (!defined('ABSPATH')) exit;
if ( ! function_exists( 'action_scheduler_register_3_dot_5_dot_4' ) && function_exists( 'add_action' ) ) { // WRCS: DEFINED_VERSION.
 if ( ! class_exists( 'ActionScheduler_Versions', false ) ) {
 require_once __DIR__ . '/classes/ActionScheduler_Versions.php';
 add_action( 'plugins_loaded', array( 'ActionScheduler_Versions', 'initialize_latest_version' ), 1, 0 );
 }
 add_action( 'plugins_loaded', 'action_scheduler_register_3_dot_5_dot_4', 0, 0 ); // WRCS: DEFINED_VERSION.
 function action_scheduler_register_3_dot_5_dot_4() { // WRCS: DEFINED_VERSION.
 $versions = ActionScheduler_Versions::instance();
 $versions->register( '3.5.4', 'action_scheduler_initialize_3_dot_5_dot_4' ); // WRCS: DEFINED_VERSION.
 }
 function action_scheduler_initialize_3_dot_5_dot_4() { // WRCS: DEFINED_VERSION.
 // A final safety check is required even here, because historic versions of Action Scheduler
 // followed a different pattern (in some unusual cases, we could reach this point and the
 // ActionScheduler class is already defined—so we need to guard against that).
 if ( ! class_exists( 'ActionScheduler', false ) ) {
 require_once __DIR__ . '/classes/abstracts/ActionScheduler.php';
 ActionScheduler::init( __FILE__ );
 }
 }
 // Support usage in themes - load this version if no plugin has loaded a version yet.
 if ( did_action( 'plugins_loaded' ) && ! doing_action( 'plugins_loaded' ) && ! class_exists( 'ActionScheduler', false ) ) {
 action_scheduler_initialize_3_dot_5_dot_4(); // WRCS: DEFINED_VERSION.
 do_action( 'action_scheduler_pre_theme_init' );
 ActionScheduler_Versions::initialize_latest_version();
 }
}

Youez - 2016 - github.com/yon3zu
LinuXploit