Server : Apache System : Linux server.lienzindia.com 4.18.0-348.7.1.el8_5.x86_64 #1 SMP Wed Dec 22 13:25:12 UTC 2021 x86_64 User : plutus ( 1007) PHP Version : 7.4.33 Disable Function : NONE Directory : /home/plutus/public_html/wp-content/themes/vrm/ |
Upload File : |
<?php use TotalTheme\Sidebars\Primary as Sidebar; /** * Primary sidebar area. * * @package TotalTheme * @subpackage Templates * @version 5.6 */ defined( 'ABSPATH' ) || exit; /** * Hook: wpex_hook_sidebar_before. */ wpex_hook_sidebar_before(); ?> <aside id="sidebar" <?php Sidebar::wrapper_class(); ?><?php wpex_schema_markup( 'sidebar' ); ?><?php wpex_aria_landmark( 'sidebar' ); ?>> <?php /** * Hook: wpex_hook_sidebar_top. */ wpex_hook_sidebar_top(); ?> <div id="sidebar-inner" <?php Sidebar::inner_class(); ?>><?php /** * Hook: wpex_hook_sidebar_inner. * * @hooked wpex_display_sidebar - 10 */ wpex_hook_sidebar_inner(); ?></div> <?php /** * Hook: wpex_hook_sidebar_bottom. */ wpex_hook_sidebar_bottom(); ?> </aside> <?php /** * Hook: wpex_hook_sidebar_after. */ wpex_hook_sidebar_after(); ?>