MOON
Server: Apache
System: Linux vps.erhabenn.com.br 3.10.0-1160.119.1.el7.tuxcare.els2.x86_64 #1 SMP Mon Jul 15 12:09:18 UTC 2024 x86_64
User: machen (1008)
PHP: 8.2.31
Disabled: NONE
Upload Files
File: /disk001/machen/www/support/wp-content/themes/wp-moose/sidebar.php
<?php

/**
 * The default primary sidebar.
 *
 * @see https://developer.wordpress.org/themes/basics/template-files/#template-partials
 */
$default_sidebar = apply_filters( 'wp_moose_filter_default_sidebar_id', 'sidebar-primary', 'primary' );
?>

<?php if ( is_active_sidebar( $default_sidebar ) ): ?>
    <div class="widgets sidebar-primary shrink-0 p-half-gutter w-full lg:w-1/3" role="complementary">
		<?php dynamic_sidebar( $default_sidebar ); ?>
    </div>
<?php endif; ?>