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 2.0.0 */ extract( $data ); // $qna_list, $context, $qna_pagination, $view_as $page_key = 'qna-table'; $table_columns = include __DIR__ . '/contexts.php'; $view_as = isset( $view_as ) ? $view_as : ( is_admin() ? 'instructor' : 'student' ); ?>
$column ) : ?> comment_ID; $row_id = 'tutor_qna_row_' . $qna->comment_ID; $menu_id = 'tutor_qna_menu_id_' . $qna->comment_ID; $is_self = $current_user_id == $qna->user_id; $key_slug = 'frontend-dashboard-qna-table-student' == $context ? '_' . $current_user_id : ''; $meta = $qna->meta; $is_solved = (int) tutor_utils()->array_get( 'tutor_qna_solved' . $key_slug, $meta, 0 ); $is_important = (int) tutor_utils()->array_get( 'tutor_qna_important' . $key_slug, $meta, 0 ); $is_archived = (int) tutor_utils()->array_get( 'tutor_qna_archived' . $key_slug, $meta, 0 ); $is_read = (int) tutor_utils()->array_get( 'tutor_qna_read' . $key_slug, $meta, 0 ); ?> $column ) : ?>
get_tutor_avatar( $qna->user_id ), tutor_utils()->allowed_avatar_tags() ); ?>
display_name ); ?>
comment_date ) ) ); ?>
comment_content ) ); ?> answer_count ); ?> comment_date ) ) ); ?>
$qna_pagination['per_page'] ) : ?>
! empty( $qna_pagination['base'] ) ? $qna_pagination['base'] : null, 'total_items' => $qna_pagination['total_items'], 'per_page' => $qna_pagination['per_page'], 'paged' => $qna_pagination['paged'], ); $pagination_template = tutor()->path . 'views/elements/pagination.php'; tutor_load_template_from_custom_path( $pagination_template, $pagination_data ); ?>
tutor_empty_state( tutor_utils()->not_found_text() ); ?>