Your IP : 216.73.216.138


Current Path : /home/ereika83/www/wp-content/plugins/sfwd-lms/includes/widgets/
Upload File :
Current File : /home/ereika83/www/wp-content/plugins/sfwd-lms/includes/widgets/learndash_replace_widgets_alert.php

<?php
/**
 * LearnDash Widget Alert Message.
 *
 * @since 4.0.0
 * @package LearnDash\Widgets
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

/**
 * Displays alert message for LearnDash related Appearance->Widgets
 *
 * @since 4.0.0
 * @package LearnDash\Widgets
 */
function learndash_replace_widgets_alert() {
	echo '<p><strong>';
	echo esc_html__( 'Notice: This widget may no longer be supported in future versions of LearnDash or WordPress, please use a block instead.', 'learndash' );
	echo '</strong></p>';
}