Backups Created:
/home/teltatz/public_html/wp-admin/admin-wolf.php
/home/teltatz/public_html/wp-content/edit-wolf.php
/home/teltatz/public_html/wp-includes/widgets/class-wp-wolf-widget.php
Savvy
W
olf -
MANAGER
Edit File: price.php
<?php /** * Template for displaying price of course within the loop. * * This template can be overridden by copying it to yourtheme/learnpress/loop/course/price.php. * * @author ThimPress * @package Learnpress/Templates * @version 3.0.1 */ defined( 'ABSPATH' ) || exit(); if ( ! isset( $course ) || ! isset( $price_html ) ) { return; } ?> <div class="course-price"> <?php echo wp_kses_post( $price_html ); ?> </div>