| @@ -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.86 | |
| 9 | 9 | Network: True |
| 10 | 10 | */ |
| 11 | 11 | |
| 12 | 12 | /* Copyright 2017 WP Remote (email : support@wpremote.com) |
| @@ -55,10 +55,8 @@ | ||
| 55 | 55 | |
| 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 | - | |
| 60 | -##DISABLE_OTHER_OPTIMIZATION_PLUGINS## | |
| 61 | 59 | |
| 62 | 60 | ##WPCLIMODULE## |
| 63 | 61 | if (is_admin()) { |
| 64 | 62 | require_once dirname( __FILE__ ) . '/wp_admin.php'; |