Brotherline AnonSec • Shell
SRV 162.240.68.55 YOU 216.73.216.232 USER tywatomy (1003) 7.4.33 DOMAINS 6 Domains
MySQL cURL WGET Perl Python Sudo
Disabled: exec,passthru,shell_exec,system  •  OS: Linux server.ariapress.org 3.10.0-1160.119.1.el7.tuxcare.els22.x86_64 #1 SMP Mon Aug 18 06:07:12 UTC 2025 x86_64  •  Webserver: Apache
/home/tywatomy/public_html/en-ariapress-org/wp-content/themes/kenta/sidebar.php
<?php
/**
 * The default primary sidebar.
 *
 * @see https://developer.wordpress.org/themes/basics/template-files/#template-partials
 *
 * @package Kenta
 */

use LottaFramework\Facades\CZ;
use LottaFramework\Utils;

if ( kenta_is_woo_shop() ) {
	$default_sidebar = apply_filters( 'kenta_filter_store_sidebar_id', 'store-sidebar', 'store' );
} else {
	$default_sidebar = apply_filters( 'kenta_filter_default_sidebar_id', 'primary-sidebar', 'primary' );
}

$attrs = [
	'class' => Utils::clsx( [
		'kenta-sidebar sidebar-primary prose prose-kenta shrink-0',
		'prose-no-underline' => ! CZ::checked( 'kenta_global_sidebar_link-underline' ),
		'kenta-heading kenta-heading-' . CZ::get( 'kenta_global_sidebar_title-style' ),
	] ),
	'role'  => 'complementary',
];

if ( is_customize_preview() ) {
	$attrs['data-shortcut']          = 'border';
	$attrs['data-shortcut-location'] = 'kenta_global:kenta_global_sidebar_section';
}

?>

<?php if ( is_active_sidebar( $default_sidebar ) ): ?>
    <div <?php Utils::print_attribute_string( $attrs ); ?>>
		<?php dynamic_sidebar( $default_sidebar ); ?>
    </div>
<?php endif; ?>
Anon7 — 2022  •  AnonSec Team