File: /home/h278792/www/wp-content/themes/ecademy/learnpress/single-courses/price.php
<?php
/**
* Template for displaying price of single course.
*
* This template can be overridden by copying it to ecademy/learnpress/single-course/price.php.
*
* @author EnvyTheme
* @package Learnpress/Templates
* @version 4.0.0
*/
/**
* Prevent loading this file directly
*/
defined( 'ABSPATH' ) || exit();
$user = LP_Global::user();
$course = LP_Global::course();
if ( ! $price = $course->get_price_html() ) {
return;
}
?>