[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.133.147.193: ~ $
<?php

// check if available
if ( ! is_active_sidebar( 'sidebar-right' ) && ! ashe_is_preview() ) {
	return;
}

if ( class_exists( 'WooCommerce' ) ) {

	if ( is_cart() || is_checkout() || is_account_page() ) {
		return;
	}
}

?>

<div class="sidebar-right-wrap">
	<aside class="sidebar-right">
		<?php

		if ( ashe_is_preview() ) {
			ashe_preview_right_sidebar();
		} else {
			dynamic_sidebar( 'sidebar-right' );
		}

		?>
	</aside>
</div>

Filemanager

Name Type Size Permission Actions
footer-widgets.php File 197 B 0644
instagram-widget.php File 95 B 0644
sidebar-alt.php File 704 B 0644
sidebar-left.php File 350 B 0644
sidebar-right.php File 469 B 0644