static function onUninstall() { $ver_opt = 'bsa_pro_plugin' . '_version'; if (get_option('bsa_pro_plugin_' . 'installation') == 'yes') { $model = new BSA_PRO_Model(); $model->dropTable(); // Reset dashboard statistics delete_option($ver_opt . '_dashboard_clicks'); delete_option($ver_opt . '_dashboard_views'); } // Stop CRON - views counter wp_clear_scheduled_hook('bsa_cron_views_stats'); // Delete version number delete_option($ver_opt); }