Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/ismirhj
File: uninstall.php
<?php
[0] Fix | Delete
[1] Fix | Delete
// if uninstall.php is not called by WordPress, die
[2] Fix | Delete
if (!defined('WP_UNINSTALL_PLUGIN')) {
[3] Fix | Delete
die;
[4] Fix | Delete
}
[5] Fix | Delete
[6] Fix | Delete
// Lists of all options
[7] Fix | Delete
$options = array('drag_n_drop_heading_tag','drag_n_drop_mail_attachment','drag_n_drop_text','drag_n_drop_separator','drag_n_drop_browse_text','drag_n_drop_error_server_limit','drag_n_drop_error_failed_to_upload','drag_n_drop_error_files_too_large','drag_n_drop_error_invalid_file','drag_n_drop_error_max_file','drag_n_drop_error_min_file','drag_n_drop_disable_btn','drag_n_drop_fix_spam','drag_n_drop_disable_auto_delete');
[8] Fix | Delete
[9] Fix | Delete
// Loop and delete options
[10] Fix | Delete
foreach( $options as $option ) {
[11] Fix | Delete
delete_option( $option );
[12] Fix | Delete
}
[13] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function