Find this useful? Enter your email to receive occasional updates for securing PHP code.

Signing you up...

Thank you for signing up!

PHP Decode

<?php namespace Elementor\App\Modules\ImportExport\Runners\Revert; class Plugins extends..

Decoded Output download

<?php

namespace Elementor\App\Modules\ImportExport\Runners\Revert;

class Plugins extends Revert_Runner_Base {

	public static function get_name() : string {
		return 'plugins';
	}

	public function should_revert( array $data ) : bool {
		return false;
	}

	public function revert( array $data ) {}
}
 ?>

Did this file decode correctly?

Original Code

<?php

namespace Elementor\App\Modules\ImportExport\Runners\Revert;

class Plugins extends Revert_Runner_Base {

	public static function get_name() : string {
		return 'plugins';
	}

	public function should_revert( array $data ) : bool {
		return false;
	}

	public function revert( array $data ) {}
}

Function Calls

None

Variables

None

Stats

MD5 79415fe03c193574fbcb9ad6e9dfdf6f
Eval Count 0
Decode Time 99 ms