From 43cc60f86068383f1266e0ffe38790f29b19298e Mon Sep 17 00:00:00 2001 From: Brian Rogers Date: Wed, 6 Oct 2021 09:56:33 -0600 Subject: [PATCH] Removing register_uninstall_hook --- nmsp-plugin-name.php | 1 - 1 file changed, 1 deletion(-) diff --git a/nmsp-plugin-name.php b/nmsp-plugin-name.php index 7457be7..05958e7 100644 --- a/nmsp-plugin-name.php +++ b/nmsp-plugin-name.php @@ -59,6 +59,5 @@ $blade = new BladeOne( __DIR__ . '/templates', __DIR__ . '/cache/blade', $mode ) register_activation_hook( __FILE__, array( App::class, 'plugin_activation' ) ); register_deactivation_hook( __FILE__, array( App::class, 'plugin_deactivation' ) ); -register_uninstall_hook( __DIR__ . '/uninstall.php', 'run_uninstaller' ); nmsp_plugin_app()->load_blade( $blade );