Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 107

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 234

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 235

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 236

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 237

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 238

Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 239
* @link https://themeum.com * @since 1.4.3 */ $is_by_short_code = isset( $is_shortcode ) && true === $is_shortcode; if ( ! $is_by_short_code && ! defined( 'OTLMS_VERSION' ) ) { tutor_utils()->tutor_custom_header(); } global $wp_query; $dashboard_page_slug = ''; $dashboard_page_name = ''; if ( isset( $wp_query->query_vars['tutor_dashboard_page'] ) && $wp_query->query_vars['tutor_dashboard_page'] ) { $dashboard_page_slug = $wp_query->query_vars['tutor_dashboard_page']; $dashboard_page_name = $wp_query->query_vars['tutor_dashboard_page']; } /** * Getting dashboard sub pages */ if ( isset( $wp_query->query_vars['tutor_dashboard_sub_page'] ) && $wp_query->query_vars['tutor_dashboard_sub_page'] ) { $dashboard_page_name = $wp_query->query_vars['tutor_dashboard_sub_page']; if ( $dashboard_page_slug ) { $dashboard_page_name = $dashboard_page_slug . '/' . $dashboard_page_name; } } $dashboard_page_name = apply_filters( 'tutor_dashboard_sub_page_template', $dashboard_page_name ); $user_id = get_current_user_id(); $user = get_user_by( 'ID', $user_id ); $enable_profile_completion = tutor_utils()->get_option( 'enable_profile_completion' ); $is_instructor = tutor_utils()->is_instructor(); // URLS. $current_url = tutor()->current_url; $footer_url_1 = trailingslashit( tutor_utils()->tutor_dashboard_url( $is_instructor ? 'my-courses' : '' ) ); $footer_url_2 = trailingslashit( tutor_utils()->tutor_dashboard_url( $is_instructor ? 'question-answer' : 'my-quiz-attempts' ) ); // Footer links. $footer_links = array( array( 'title' => $is_instructor ? __( 'My Courses', 'tutor' ) : __( 'Dashboard', 'tutor' ), 'url' => $footer_url_1, 'is_active' => $footer_url_1 == $current_url, 'icon_class' => 'ttr tutor-icon-dashboard', ), array( 'title' => $is_instructor ? __( 'Q&A', 'tutor' ) : __( 'Quiz Attempts', 'tutor' ), 'url' => $footer_url_2, 'is_active' => $footer_url_2 == $current_url, 'icon_class' => $is_instructor ? 'ttr tutor-icon-question' : 'ttr tutor-icon-quiz-attempt', ), array( 'title' => __( 'Menu', 'tutor' ), 'url' => '#', 'is_active' => false, 'icon_class' => 'ttr tutor-icon-hamburger-o tutor-dashboard-menu-toggler', ), ); do_action( 'tutor_dashboard/before/wrap' ); ?>
get_tutor_avatar( $user_id, 'xl', true ) ?>
instructor_status( 0, false ); $instructor_status = is_string( $instructor_status ) ? strtolower( $instructor_status ) : ''; $rejected_on = get_user_meta( $user->ID, '_is_tutor_instructor_rejected', true ); $info_style = 'vertical-align: middle; margin-right: 7px;'; $info_message_style = 'display:inline-block; color:#7A7A7A; font-size: 15px;'; ob_start(); if ( tutor_utils()->get_option( 'enable_become_instructor_btn' ) ) { ?>   instructor_role ) ) { $course_type = tutor()->course_post_type; ?> ID, '_is_tutor_instructor', true ); $on = gmdate( 'd F, Y', $on ); echo ' ', esc_html__( 'Your Application is pending as of', 'tutor' ), ' ', esc_html( $on ), '', ''; } elseif ( $rejected_on || 'blocked' !== $instructor_status ) { echo $become_button; //phpcs:ignore --data escaped above } ?>
tutor_custom_footer(); }