HEX
Server: Apache/2.4.62 (Unix) OpenSSL/1.1.1k
System: Linux box12.multicloud.host 4.18.0-553.52.1.el8_10.x86_64 #1 SMP Wed May 14 09:36:12 EDT 2025 x86_64
User: kashmira (1008)
PHP: 8.1.32
Disabled: NONE
Upload Files
File: /home/kashmira/public_html/razitahir.com/wp-content/themes/upress/inc/customizer/panels.php
<?php
new \Kirki\Panel(
	'general_panel',
	[
		'priority'    => 10,
		'title'       => esc_html__( 'General', 'urdupress' ),
		'description' => esc_html__( 'General Settings of UrduPress', 'urdupress' ),
	]
);
new \Kirki\Panel(
	'header_panel',
	[
		'priority'    => 10,
		'title'       => esc_html__( 'Header', 'urdupress' ),
		'description' => esc_html__( 'Header Settings of UrduPress', 'urdupress' ),
	]
);
new \Kirki\Panel(
	'footer_panel',
	[
		'priority'    => 10,
		'title'       => esc_html__( 'Footer', 'urdupress' ),
		'description' => esc_html__( 'Footer Settings of UrduPress', 'urdupress' ),
	]
);
new \Kirki\Panel(
	'home_panel',
	[
		'priority'    => 10,
		'title'       => esc_html__( 'HomePage', 'urdupress' ),
		'description' => esc_html__( 'Homepage Settings of UrduPress', 'urdupress' ),
	]
);
new \Kirki\Panel(
	'postsetting_panel',
	[
		'priority'    => 10,
		'title'       => esc_html__( 'Single Post', 'urdupress' ),
		'description' => esc_html__( 'Single Post Settings of UrduPress', 'urdupress' ),
	]
);
new \Kirki\Panel(
	'typography_panel',
	[
		'priority'    => 10,
		'title'       => esc_html__( 'Typography', 'urdupress' ),
		'description' => esc_html__( 'Typography Settings of UrduPress', 'urdupress' ),
	]
);
new \Kirki\Panel(
	'socialmedia_panel',
	[
		'priority'    => 10,
		'title'       => esc_html__( 'Social Media', 'urdupress' ),
		'description' => esc_html__( 'Social Media Settings of UrduPress', 'urdupress' ),
	]
);
new \Kirki\Panel(
	'translation_panel',
	[
		'priority'    => 10,
		'title'       => esc_html__( 'Translation', 'urdupress' ),
		'description' => esc_html__( 'Translate Labels & Texts in Theme Templates', 'urdupress' ),
	]
);
if(get_option( 'urdupress_widgets_module_videos' ) == 'on') {
	new \Kirki\Panel(
		'videos_panel',
		[
			'priority'    => 10,
			'title'       => esc_html__( 'Videos Module', 'urdupress' ),
			'description' => esc_html__( 'Manage layout and settings for the videos module', 'urdupress' ),
		]
	);
}