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.0.0 */ use TUTOR\Input; if ( ! defined( 'ABSPATH' ) ) { exit; } global $post, $authordata, $course_rating; $course_id = Input::post( 'course_id', get_the_ID(), Input::TYPE_INT ); $profile_url = tutor_utils()->profile_url( $authordata->ID, true ); $show_author = tutor_utils()->get_option( 'enable_course_author' ); $course_categories = get_tutor_course_categories(); $disable_reviews = ! get_tutor_option( 'enable_course_review' ); $is_wish_listed = tutor_utils()->is_wishlisted( $post->ID, get_current_user_id() ); /** * Global $course_rating get null for third party * who only include this file without single-course.php file. * * @since 2.1.9 */ if ( is_null( $course_rating ) ) { $course_rating = tutor_utils()->get_course_rating( $course_id ); } ?>
star_rating_generator_v2( $course_rating->rating_avg, $course_rating->rating_count, true ); ?>

name; $category_link = get_term_link( $course_category->term_id ); $category_links[] = wp_sprintf( '%2$s', esc_url( $category_link ), esc_html( $category_name ) ); endforeach; echo wp_kses( implode( ', ', $category_links ), array( 'a' => array( 'href' => true ) ) ); ?>
get_option( 'enable_course_share', false, true, true ) ) { tutor_load_template_from_custom_path( tutor()->path . '/views/course-share.php', array(), false ); } ?>