PluginProbe
School Management System – WPSchoolPress / 2.2.38
School Management System – WPSchoolPress v2.2.38
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
wpschoolpress / includes / filter_menu.php

filter_menu.php in School Management System – WPSchoolPress 2.2.38, at includes/filter_menu.php

39 lines 3.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 if (!defined( 'ABSPATH' ) )exit('No Such File');
3
4 $sch_dashboard = apply_filters('wpsp_sidebar_dashboard_title_menu',esc_html__('Dashboard','wpschoolpress'));
5 $sch_teacher = apply_filters('wpsp_sidebar_teacher_title_menu',esc_html__('Teachers','wpschoolpress'));
6 $sch_student = apply_filters('wpsp_sidebar_student_title_menu',esc_html__('Students','wpschoolpress'));
7 $sch_parent = apply_filters('wpsp_sidebar_parent_title_menu',esc_html__('Parents','wpschoolpress'));
8 $sch_message = apply_filters('wpsp_sidebar_message_title_menu',esc_html__('Messages','wpschoolpress'));
9 $sch_registration = apply_filters('wpsp_sidebar_registration_title_menu',esc_html__('Registration Request','wpschoolpress'));
10 $sch_classes = apply_filters('wpsp_sidebar_classes_title_menu',esc_html__('Classes','wpschoolpress'));
11 $sch_subject = apply_filters('wpsp_sidebar_subject_title_menu',esc_html__('Subjects','wpschoolpress'));
12 $sch_subject_mark_field = apply_filters('wpsp_sidebar_subField_title_menu',esc_html__('Subject Mark Fields','wpschoolpress'));
13 $sch_marks = apply_filters('wpsp_sidebar_marks_title_menu',esc_html__('Marks','wpschoolpress'));
14 $sch_exams = apply_filters('wpsp_sidebar_exams_title_menu',esc_html__('Exams','wpschoolpress'));
15 $sch_timetable = apply_filters('wpsp_sidebar_timetable_title_menu',esc_html__('Time Table','wpschoolpress'));
16 $sch_attendance = apply_filters('wpsp_sidebar_attendance_title_menu',esc_html__('Attendance','wpschoolpress'));
17 $sch_student_attendance = apply_filters('wpsp_sidebar_student_attendance_title_menu',esc_html__('Students Attendance','wpschoolpress'));
18 $sch_teacher_attendance = apply_filters('wpsp_sidebar_teacher_attendance_title_menu',esc_html__('Teachers Attendance','wpschoolpress'));
19 $sch_events = apply_filters('wpsp_sidebar_events_title_menu',esc_html__('Events','wpschoolpress'));
20 $sch_notfiy = apply_filters('wpsp_sidebar_notify_title_menu',esc_html__('Notify','wpschoolpress'));
21 $sch_transport = apply_filters('wpsp_sidebar_transport_title_menu',esc_html__('Transport','wpschoolpress'));
22 $sch_gen_setting = apply_filters('wpsp_sidebar_general_setting_title_menu',esc_html__('General Settings','wpschoolpress'));
23 $sch_setting = apply_filters('wpsp_sidebar_setting_title_menu',esc_html__('Settings','wpschoolpress'));
24 $sch_workinghours = apply_filters('wpsp_sidebar_workinghours_title_menu',esc_html__('Working Hours','wpschoolpress'));
25 $sch_leavecalendar = apply_filters('wpsp_sidebar_leavecalendar_title_menu',esc_html__('Leave Calendar','wpschoolpress'));
26 $sch_import_history = apply_filters('wpsp_sidebar_importhistory_title_menu',esc_html__('Import History','wpschoolpress'));
27 $sch_class_history = apply_filters('wpsp_sidebar_classhistory_title_menu',esc_html__('Class History','wpschoolpress'));
28 $sch_payment = apply_filters('wpsp_sidebar_payment_title_menu',esc_html__('Payment','wpschoolpress'));
29 $sch_enrolled_class = apply_filters('wpsp_sidebar_enrolledclass_title_menu',esc_html__('Enrolled Classes','wpschoolpress'));
30 $sch_posts = apply_filters('wpsp_sidebar_posts_title_menu',esc_html__('Posts','wpschoolpress'));
31 $sch_posts_profile = apply_filters('wpsp_sidebar_posts_title_menu',esc_html__('Social Profile','wpschoolpress'));
32 $sch_reported_posts = apply_filters('wpsp_sidebar_reported_posts_menu',esc_html__('Reported Post','wpschoolpress'));
33 $sch_posts_notification = apply_filters('wpsp_sidebar_posts_notification_menu',esc_html__('Notification','wpschoolpress'));
34
35 $sch_lesson = apply_filters('wpsp_sidebar_lesson_menu', esc_html__('Lessons', 'wpschoolpress'));
36 $sch_lms = apply_filters('wpsp_sidebar_lms_menu', esc_html__('LMS', 'wpschoolpress'));
37 $sch_quiz = apply_filters('wpsp_sidebar_quiz_menu', esc_html__('Quizzes', 'wpschoolpress'));
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'));