Your IP : 216.73.216.171


Current Path : /home/ereika83/www/wp-content/plugins/sfwd-lms/includes/lib/wp-pro-quiz/
Upload File :
Current File : /home/ereika83/www/wp-content/plugins/sfwd-lms/includes/lib/wp-pro-quiz/uninstall.php

<?php
/*
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}
*/
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
	exit();
}

require_once __DIR__ . '/lib/helper/WpProQuiz_Helper_DbUpgrade.php';

$db = new WpProQuiz_Helper_DbUpgrade();
$db->delete();

delete_option( 'wpProQuiz_dbVersion' );
delete_option( 'wpProQuiz_version' );

delete_option( 'wpProQuiz_addRawShortcode' );
delete_option( 'wpProQuiz_jsLoadInHead' );
delete_option( 'wpProQuiz_touchLibraryDeactivate' );
delete_option( 'wpProQuiz_corsActivated' );
delete_option( 'wpProQuiz_toplistDataFormat' );
delete_option( 'wpProQuiz_emailSettings' );
delete_option( 'wpProQuiz_statisticTimeFormat' );