diff --git a/inc/class-lp-multi-language.php b/inc/class-lp-multi-language.php deleted file mode 100644 index e773ba84b..000000000 --- a/inc/class-lp-multi-language.php +++ /dev/null @@ -1,69 +0,0 @@ - - - - - - - - - - get_id() : 0; - } - - if ( ! $course_id ) { - $course_id = get_the_ID(); - } - - return wp_verify_nonce( $nonce, sprintf( 'learn-press/quiz/%s/%s-%s-%s', $action, get_current_user_id(), $course_id, $quiz_id ) ); - }*/ -} diff --git a/learnpress.php b/learnpress.php index 3ba87a862..150726a36 100644 --- a/learnpress.php +++ b/learnpress.php @@ -259,7 +259,6 @@ public function includes() { * @return void */ private function include_files_global() { - //include_once 'inc/class-lp-multi-language.php'; // Filter query . include_once 'inc/Filters/class-lp-filter.php';