Fixing legacy code made unistalling the plugin impossible
This commit is contained in:
Родитель
72a8e1b30d
Коммит
88eef77c16
|
@ -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();
|
||||
?>
|
||||
?>
|
||||
|
|
Загрузка…
Ссылка в новой задаче