Edit File by line
/home/barbar84/www/wp-conte.../mu-plugi...
File: 0-worker.php
<?php
[0] Fix | Delete
[1] Fix | Delete
/*
[2] Fix | Delete
Plugin Name: ManageWP - Worker Loader
[3] Fix | Delete
Plugin URI: https://managewp.com
[4] Fix | Delete
Description: This is automatically generated by the ManageWP Worker plugin to increase performance and reliability. It is automatically disabled when disabling the main plugin.
[5] Fix | Delete
Author: GoDaddy
[6] Fix | Delete
Author URI: https://godaddy.com
[7] Fix | Delete
License: GPL2
[8] Fix | Delete
Network: true
[9] Fix | Delete
*/
[10] Fix | Delete
[11] Fix | Delete
if (!function_exists('untrailingslashit') || !defined('WP_PLUGIN_DIR')) {
[12] Fix | Delete
// WordPress is probably not bootstrapped.
[13] Fix | Delete
exit;
[14] Fix | Delete
}
[15] Fix | Delete
[16] Fix | Delete
if (file_exists(untrailingslashit(WP_PLUGIN_DIR).'/worker/init.php')) {
[17] Fix | Delete
if (in_array('worker/init.php', (array) get_option('active_plugins')) ||
[18] Fix | Delete
(function_exists('get_site_option') && array_key_exists('worker/init.php', (array) get_site_option('active_sitewide_plugins')))) {
[19] Fix | Delete
$GLOBALS['mwp_is_mu'] = true;
[20] Fix | Delete
include_once untrailingslashit(WP_PLUGIN_DIR).'/worker/init.php';
[21] Fix | Delete
}
[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