Skip to content

Instantly share code, notes, and snippets.

@ibrahim-kardi
Created November 26, 2021 14:47
Show Gist options
  • Save ibrahim-kardi/9d91bc50b37343c910049b0c772746e8 to your computer and use it in GitHub Desktop.
Save ibrahim-kardi/9d91bc50b37343c910049b0c772746e8 to your computer and use it in GitHub Desktop.
tutor-lms-elementor-addons/templates/course/about.php
Update the page with this code
<?php
global $post;
?>
<div class="etlms-course-summery">
<h4 class="tutor-segment-title">
<?php esc_html_e($settings['section_title_text'], 'tutor-lms-elementor-addons'); ?>
</h4>
<div class="tutor-course-excerpt">
<?php
the_content();
?>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment