| Server IP : 146.59.209.152 / Your IP : 216.73.216.152 Web Server : Apache System : Linux webm009.cluster131.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : monpetu ( 144298) 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/monpetu/www/benneplus/wp-content/themes/neve/views/ |
Upload File : |
<?php /** * Sidebar view template * * @package Neve */ $args['close_button'] = neve_custom_kses_escape( $args['close_button'], array( 'span' => array( 'class' => true, 'on' => true, 'role' => true, 'tabindex' => true, ), ) ); ?> <div class="nv-sidebar-wrap col-sm-12 <?php echo esc_attr( $args['wrap_classes'] ); ?>" <?php echo wp_kses_post( $args['data_attrs'] ); ?>> <?php echo $args['close_button']; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?> <aside id="secondary" role="complementary"> <?php do_action( 'neve_before_sidebar_content' ); ?> <?php dynamic_sidebar( $args['slug'] ); ?> <?php do_action( 'neve_after_sidebar_content' ); ?> </aside> </div>