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 */ if ( ! tutor_utils()->is_instructor( 0, true ) ) { include __DIR__ . '/reviews/given-reviews.php'; return; } use TUTOR\Input; // Pagination Variable. $per_page = tutor_utils()->get_option( 'pagination_per_page', 20 ); $current_page = max( 1, Input::get( 'current_page', 1, Input::TYPE_INT ) ); $offset = ( $current_page - 1 ) * $per_page; $reviews = tutor_utils()->get_reviews_by_instructor( get_current_user_id(), $offset, $per_page ); $given_count = tutor_utils()->get_reviews_by_user( get_current_user_id(), 0, 0, true )->count; ?>
instructor_role ) ) : ?>
count ) : ?>
results as $review ) : ?> user_id ); $student_name = $user_data->display_name; ?>
get_tutor_avatar( $review->user_id ), tutor_utils()->allowed_avatar_tags() ); ?>
comment_date ) ); ?> star_rating_generator_v2( $review->rating, null, true ); ?>
comment_content ) ) ); ?>
comment_post_ID ) ); ?>
tutor_empty_state( tutor_utils()->not_found_text() ); ?> count > $per_page ) { $pagination_data = array( 'total_items' => $reviews->count, 'per_page' => $per_page, 'paged' => $current_page, ); $pagination_template_frontend = tutor()->path . 'templates/dashboard/elements/pagination.php'; tutor_load_template_from_custom_path( $pagination_template_frontend, $pagination_data ); } ?>