| Server IP : 69.30.224.78 / Your IP : 216.73.216.51 Web Server : Microsoft-IIS/10.0 System : Windows NT SERVER 10.0 build 14393 (Windows Server 2016) AMD64 User : IWPD_92(newtechtest) ( 0) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Inetpub/vhosts/newtechtest.in/heartcare.newtechtest.in/wp-content/themes/savior/ |
Upload File : |
<?php
/**
* The sidebar containing the main widget area
*
* @link https://developer.wordpress.org/themes/basics/template-files/#template-partials
*
* @package Savior
*/
$layout = savior_get_layout();
if ( 'no-sidebar' === $layout ) {
return;
}
$sidebar = savior_get_sidebar_id();
if ( ! is_active_sidebar( $sidebar ) ) {
return;
}
?>
<aside id="secondary" class="widget-area">
<div class="sidebar-wrap">
<?php dynamic_sidebar( $sidebar ); ?>
</div>
</aside>