403Webshell
Server IP : 213.186.33.4  /  Your IP : 216.73.216.222
Web Server : Apache
System : Linux webm005.cluster103.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 : karinebmkh ( 644538)
PHP Version : 8.4.22
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/karinebmkh/www2/wp-content/themes/glaza/metaboxes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/karinebmkh/www2/wp-content/themes/glaza/metaboxes/panel_sidebar.php
<?php
/**
 * @return array
 * single sidebar config
 */
if ( ! function_exists( 'glaza_meta_sidebar' ) ) {
	function glaza_meta_sidebar() {
		return array(
			'id'         => 'glaza_metabox_sidebar_options',
			'title'      => esc_attr__( 'SIDEBAR OPTIONS', 'glaza' ),
			'post_types' => array( 'post', 'page' ),
			'priority'   => 'default',
			'context'    => 'side',
			'fields'     => array(
				array(
					'id'      => 'glaza_meta_sidebar_name',
					'type'    => 'select',
					'name'    => esc_attr__( 'Sidebar Name', 'glaza' ),
					'desc'    => esc_attr__( 'select a sidebar for this post, This option will override default settings in theme options.', 'glaza' ),
					'options' => glaza_config_sidebar_name( true ),
					'std'     => 'glaza_default_from_theme_options'
				),
				array(
					'id'       => 'glaza_meta_sidebar_position',
					'name'     => esc_attr__( 'sidebar Position', 'glaza' ),
					'desc'     => esc_attr__( 'select sidebar position for this post, This option will override default settings in theme options.', 'glaza' ),
					'class'    => 'ruby-sidebar-select',
					'type'     => 'image_select',
					'multiple' => false,
					'options'  => glaza_config_meta_sidebar_position(),
					'std'      => 'default'
				),
			)
		);
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit