PluginProbe
School Management System – WPSchoolPress / trunk
School Management System – WPSchoolPress vtrunk
2.2.48 2.2.47 2.2.46 2.2.45 2.2.44 2.2.43 2.2.42 2.2.41 2.2.40 2.2.39 2.2.38 1.1.2 1.1.3 1.1.4 1.1.5 1.1.6 1.1.7 1.1.8 1.1.9 2.0.0 2.0.1 2.0.10 2.0.11 2.0.12 2.0.13 All 103 releases
← All changes | includes/filter_menu.php +3 -1 2.2.38trunk View file →
@@ -35,5 +35,7 @@
35 35 $sch_lesson = apply_filters('wpsp_sidebar_lesson_menu', esc_html__('Lessons', 'wpschoolpress'));
36 36 $sch_lms = apply_filters('wpsp_sidebar_lms_menu', esc_html__('LMS', 'wpschoolpress'));
37 37 $sch_quiz = apply_filters('wpsp_sidebar_quiz_menu', esc_html__('Quizzes', 'wpschoolpress'));
38 38 $sch_question = apply_filters('wpsp_sidebar_question_menu', esc_html__('Questions', 'wpschoolpress'));
39 -$sch_quiz_result = apply_filters('wpsp_sidebar_result_menu', esc_html__('Quiz Result', 'wpschoolpress'));
39 +$sch_quiz_result = apply_filters('wpsp_sidebar_result_menu', esc_html__('Quiz Result', 'wpschoolpress'));
40 +$sch_addons = apply_filters( 'wpsp_sidebar_addons_title_menu', esc_html__( 'Addons', 'wpschoolpress' ) );
41 +$sch_customization = apply_filters( 'wpsp_sidebar_customization_title_menu', esc_html__( 'Customization', 'wpschoolpress' ) );