File manager - Edit - /home/theblueo/tv/wp-content/plugins/sfwd-lms/themes/legacy/templates/learndash_course_expire_status_message.php
Back
<?php /** * Displays the Course Expire Status shortcode message. * This template is called from the [ld_course_expire_status] shortcode. * * @param array $shortcode_atts { * integer $course_id Course ID context for message shown. * integer $user_id User ID context for message shown. * string $label_before Label shown before expire date. * string $label_after Label shown after expire date. * string $format Date/time format string. * boolean $autop True to filter message via wpautop() function. * } * * @since 2.5.9 * * @package LearnDash\Course */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } if ( ( isset( $shortcode_atts['content'] ) ) && ( ! empty( $shortcode_atts['content'] ) ) ) { ?><div class="learndash-course-expire-status-message"><?php if ( ( isset( $shortcode_atts['autop'] ) ) && ( true === $shortcode_atts['autop'] ) ) { echo wpautop( $shortcode_atts['content'] ); } else { echo $shortcode_atts['content']; } ?></div><?php }
| ver. 1.4 |
Github
|
.
| PHP 7.0.33 | Generation time: 0 |
proxy
|
phpinfo
|
Settings