HEX
Server: Apache
System: Linux host62.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
User: skytechbd (1007)
PHP: 8.3.28
Disabled: NONE
Upload Files
File: /home/skytechbd/public_html/wp-content/themes/phlox-pro/sidebar.php
<?php
/* The sidebar widget area is triggered if any of the areas have widgets. */
if ( auxin_primary_sidebar_has_content() ) {
    locate_template('sidebar-primary.php', true, false );
}

if ( auxin_secondary_sidebar_has_content() ) {
    locate_template('sidebar-secondary.php', true, false );
}