HEX
Server: Apache
System: Linux sxb1plzcpnl504268.prod.sxb1.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: uaktdz7o5l3q (5679037)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: /home/uaktdz7o5l3q/public_html/londonvilla.co.uk/wp-content/themes/skyestate/sidebar.php
<?php
/**
 * The Sidebar containing the post widget areas.
 *
 * @package WordPress
 * @subpackage Skyestate
 * @since Skyestate 1.0
 */

global $post;

$nvr_pid = nvr_get_postid();
$nvr_custom = nvr_get_customdata($nvr_pid);
$nvr_initial = THE_INITIAL;
$nvr_shortname = THE_SHORTNAME;

$nvr_defaultsidebar = $nvr_shortname . "-sidebar";
$nvr_chosensidebar = (isset($nvr_custom['_'.$nvr_initial.'_sidebar'][0]) && !is_search())? $nvr_custom['_'.$nvr_initial.'_sidebar'][0] : $nvr_defaultsidebar;
?>
<div class="widget-area">
	<?php if ( ! dynamic_sidebar( $nvr_chosensidebar ) ) : ?><?php endif; // end general widget area ?>
</div>