Fixing legacy code made unistalling the plugin impossible

This commit is contained in:
Salvador de la Puente González 2016-03-31 13:53:37 +02:00
Родитель 72a8e1b30d
Коммит 88eef77c16
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -3,7 +3,7 @@ if (!defined('WP_UNINSTALL_PLUGIN')) {
exit();
}
include_once(plugin_dir_path(__FILE__) . 'class-wp-offline-content-options.php');
include_once(plugin_dir_path(__FILE__) . 'class-wp-add-to-homescreen-options.php');
WP_Offline_Content_Options::get_options()->remove_all();
?>
?>