| @@ -4,9 +4,9 @@ | ||
| 4 | 4 | Plugin URI: https://wpremote.com |
| 5 | 5 | Description: Manage your WordPress site with <a href="https://wpremote.com/">WP Remote</a>. |
| 6 | 6 | Author: WP Remote |
| 7 | 7 | Author URI: https://wpremote.com |
| 8 | -Version: 4.97 | |
| 8 | +Version: 4.84 | |
| 9 | 9 | Network: True |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | 12 | /* Copyright 2017 WP Remote (email : support@wpremote.com) |
| @@ -56,10 +56,8 @@ | ||
| 56 | 56 | add_action('wp_footer', array($wp_action, 'footerHandler'), 100); |
| 57 | 57 | add_action('clear_bv_services_config', array($wp_action, 'clear_bv_services_config')); |
| 58 | 58 | ##SOADDUNINSTALLACTION## |
| 59 | 59 | |
| 60 | -##DISABLE_OTHER_OPTIMIZATION_PLUGINS## | |
| 61 | - | |
| 62 | 60 | ##WPCLIMODULE## |
| 63 | 61 | if (is_admin()) { |
| 64 | 62 | require_once dirname( __FILE__ ) . '/wp_admin.php'; |
| 65 | 63 | $wpadmin = new WPRWPAdmin($bvsettings, $bvsiteinfo); |
| @@ -65,9 +63,8 @@ | ||
| 65 | 63 | $wpadmin = new WPRWPAdmin($bvsettings, $bvsiteinfo); |
| 66 | 64 | add_action('admin_init', array($wpadmin, 'initHandler')); |
| 67 | 65 | add_filter('all_plugins', array($wpadmin, 'initBranding')); |
| 68 | 66 | add_filter('plugin_row_meta', array($wpadmin, 'hidePluginDetails'), 10, 2); |
| 69 | - add_filter('debug_information', array($wpadmin, 'handlePluginHealthInfo'), 10, 1); | |
| 70 | 67 | if ($bvsiteinfo->isMultisite()) { |
| 71 | 68 | add_action('network_admin_menu', array($wpadmin, 'menu')); |
| 72 | 69 | } else { |
| 73 | 70 | add_action('admin_menu', array($wpadmin, 'menu')); |
| @@ -185,11 +182,7 @@ | ||
| 185 | 182 | if (array_key_exists('block_auto_update_translation', $wp_auto_updates)) { |
| 186 | 183 | add_filter('auto_update_translation', '__return_false' ); |
| 187 | 184 | } |
| 188 | 185 | } |
| 189 | - } | |
| 190 | - | |
| 191 | - if (is_admin()) { | |
| 192 | - add_filter('site_transient_update_plugins', array($wpadmin, 'hidePluginUpdate')); | |
| 193 | 186 | } |
| 194 | 187 | |
| 195 | 188 | } |