Your IP : 216.73.216.171


Current Path : /home/ereika83/www/wp-content/plugins/sfwd-lms/src/admin_views/dashboard/widgets/values/
Upload File :
Current File : /home/ereika83/www/wp-content/plugins/sfwd-lms/src/admin_views/dashboard/widgets/values/label.php

<?php
/**
 * View: Values Dashboard Widget Label.
 *
 * @since 4.9.0
 * @version 4.9.0
 *
 * @var Values_Item $item Item.
 * @var Template    $this Current instance of template engine rendering this template.
 *
 * @package LearnDash\Core
 */

use LearnDash\Core\Template\Dashboards\Widgets\Types\DTO\Values_Item;
use LearnDash\Core\Template\Template;
?>
<span class="ld-dashboard-widget-values__label">
	<?php echo esc_html( $item->label ); ?>
</span>