| Current Path : /home/ereika83/public_html/wp-content/plugins/sfwd-lms/src/admin_views/dashboard/ |
| Current File : /home/ereika83/public_html/wp-content/plugins/sfwd-lms/src/admin_views/dashboard/disabled.php |
<?php /** * View: Dashboard Disabled. * * @since 4.9.0 * @version 4.9.0 * * @var Template $this Current instance of template engine rendering this template. * * @package LearnDash\Core */ use LearnDash\Core\Template\Template; ?> <div class="ld-dashboard__disabled"> <?php esc_html_e( 'This dashboard is disabled.', 'learndash' ); ?> </div>