/home/crealab/riscatto.brainware.com.co/wp-content/themes/buddyboss-theme/sidebar-learndash.php
<?php
/**
 * The sidebar containing the LearnDash widget area
 *
 * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package BuddyBoss_Theme
 */

?>

<?php if ( is_active_sidebar( 'learndash_sidebar' ) ) : ?>
    <div id="secondary" class="widget-area sm-grid-1-1" role="complementary">
        <?php dynamic_sidebar( 'learndash_sidebar' ); ?>
	</div>
<?php endif; ?>