Edit File by line
/home/zeestwma/richards.../wp-conte.../plugins/hostinge...
File: uninstall.php
<?php
[0] Fix | Delete
[1] Fix | Delete
defined( 'WP_UNINSTALL_PLUGIN' ) || exit;
[2] Fix | Delete
[3] Fix | Delete
global $wpdb;
[4] Fix | Delete
[5] Fix | Delete
/** PHPCS:disable WordPress.DB.DirectDatabaseQuery.DirectQuery, WordPress.DB.DirectDatabaseQuery.NoCaching */
[6] Fix | Delete
/** Delete options */
[7] Fix | Delete
$wpdb->query( "DELETE FROM $wpdb->options WHERE option_name LIKE 'hostinger\_%';" );
[8] Fix | Delete
/** PHPCS:enable */
[9] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function