| Server IP : 54.36.91.62 / Your IP : 216.73.216.15 Web Server : Apache System : Linux webm021.cluster127.gra.hosting.ovh.net 6.18.39-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Tue Jul 21 12:03:15 CEST 2026 x86_64 User : uxhactp ( 169076) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/uxhactp/www/wp-content/themes/bridge/ |
Upload File : |
<?php
global $qode_options_proya;
global $qode_page_id;
$sidebar_id = $qode_page_id;
?>
<div class="column_inner">
<aside class="sidebar">
<?php
$sidebar = "";
$is_woocommerce=false;
if(function_exists("is_woocommerce")) {
$is_woocommerce = is_woocommerce();
if($is_woocommerce){
$sidebar_id = get_option('woocommerce_shop_page_id');
}
}
if(get_post_meta($sidebar_id, 'qode_choose-sidebar', true) != ""){
$sidebar = get_post_meta($sidebar_id, 'qode_choose-sidebar', true);
}else{
if (is_singular("post")) {
if($qode_options_proya['blog_single_sidebar_custom_display'] != ""){
$sidebar = $qode_options_proya['blog_single_sidebar_custom_display'];
}else{
$sidebar = "Sidebar";
}
} elseif(is_singular("portfolio_page") && $qode_options_proya['portfolio_single_sidebar_custom_display'] != ""){
$sidebar = $qode_options_proya['portfolio_single_sidebar_custom_display'];
}else {
$sidebar = "Sidebar Page";
}
}
?>
<?php if(function_exists('dynamic_sidebar') && dynamic_sidebar($sidebar)) :
endif; ?>
</aside>
</div>