| 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')); |
| 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' ) ); |