Edit File by line
/home/zeestwma/ajeebong.../wp-conte.../plugins/code-sni...
File: uninstall.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Cleans up data created by this plugin
[2] Fix | Delete
*
[3] Fix | Delete
* @package Code_Snippets
[4] Fix | Delete
* @since 2.0.0
[5] Fix | Delete
*/
[6] Fix | Delete
[7] Fix | Delete
namespace Code_Snippets\Uninstall;
[8] Fix | Delete
[9] Fix | Delete
// Ensure this plugin is actually being uninstalled.
[10] Fix | Delete
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) || ( defined( 'CODE_SNIPPETS_PRO' ) && CODE_SNIPPETS_PRO ) ) {
[11] Fix | Delete
return;
[12] Fix | Delete
}
[13] Fix | Delete
[14] Fix | Delete
require_once __DIR__ . '/php/uninstall.php';
[15] Fix | Delete
[16] Fix | Delete
uninstall_plugin();
[17] Fix | Delete
[18] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function