Server IP : 192.64.118.117 / Your IP : 3.21.35.68 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/self/root/home/thecgapy/mcprintingandpromotions.com/wp-content/themes/customify/ |
Upload File : |
<?php /** * The sidebar containing the main widget area * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package customify */ $sidebar_id = apply_filters( 'customify/sidebar-id', 'sidebar-1', 'primary' ); if ( ! is_active_sidebar( $sidebar_id ) ) { return; } ?> <aside id="sidebar-primary" <?php customify_sidebar_primary_class(); ?>> <div class="sidebar-primary-inner sidebar-inner widget-area"> <?php do_action( 'customify/sidebar-primary/before' ); dynamic_sidebar( $sidebar_id ); do_action( 'customify/sidebar-primary/after' ); ?> </div> </aside><!-- #sidebar-primary -->