Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/wp-bulk-...
File: uninstall.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Fired when the plugin is uninstalled.
[2] Fix | Delete
*
[3] Fix | Delete
* When populating this file, consider the following flow
[4] Fix | Delete
* of control:
[5] Fix | Delete
*
[6] Fix | Delete
* - This method should be static
[7] Fix | Delete
* - Check if the $_REQUEST content actually is the plugin name
[8] Fix | Delete
* - Run an admin referrer check to make sure it goes through authentication
[9] Fix | Delete
* - Verify the output of $_GET makes sense
[10] Fix | Delete
* - Repeat with other user roles. Best directly by using the links/query string parameters.
[11] Fix | Delete
* - Repeat things for multisite. Once for a single site in the network, once sitewide.
[12] Fix | Delete
*
[13] Fix | Delete
* @link http://xylusthemes.com
[14] Fix | Delete
* @since 1.0.0
[15] Fix | Delete
*
[16] Fix | Delete
* @package WP_Bulk_Delete
[17] Fix | Delete
*/
[18] Fix | Delete
[19] Fix | Delete
// If uninstall not called from WordPress, then exit.
[20] Fix | Delete
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
[21] Fix | Delete
exit;
[22] Fix | Delete
}
[23] Fix | Delete
[24] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function