diff --git a/wp-add-to-homescreen/uninstall.php b/wp-add-to-homescreen/uninstall.php index 4ab0d10..073df43 100644 --- a/wp-add-to-homescreen/uninstall.php +++ b/wp-add-to-homescreen/uninstall.php @@ -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(); -?> \ No newline at end of file +?>