File manager - Edit - /home/palg2351/public_html/sinergihub.id/wp-content/themes/landingpress-wp/sidebar.php
Back
<?php /** * The sidebar containing the main widget area. */ if (! defined('ABSPATH')) exit; // Exit if accessed directly $sidebar_id = 'sidebar-1'; if (class_exists('woocommerce')) { $wc_sidebar_id = ''; if (is_product()) { $wc_sidebar_id = 'sidebar-product'; } elseif (is_shop() || is_product_category() || is_product_tag()) { $wc_sidebar_id = 'sidebar-shop'; } if (!empty($wc_sidebar_id) && is_active_sidebar($wc_sidebar_id)) { $sidebar_id = $wc_sidebar_id; } } ?> <div id="secondary" class="widget-area"> <div class="site-sidebar"> <?php dynamic_sidebar($sidebar_id); ?> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0.07 |
proxy
|
phpinfo
|
Settings