[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.128.201.30: ~ $
<?php

Kirki::add_field( 'bizberg', [
	'type'        => 'radio-buttonset',
	'settings'    => 'progress_bar_status',
	'label'       => esc_html__( 'Enable', 'bizberg' ),
	'section'     => 'progress_bar',
	'default'     => apply_filters( 'bizberg_progress_bar_status', 'none' ),
	'transport' => 'auto',
	'choices'     => [
		'block'   => esc_html__( 'Show', 'bizberg' ),
		'none' => esc_html__( 'Hide', 'bizberg' )
	],
	'output' => array(
		array(
			'element'  => '.prognroll-bar',
			'property' => 'display',
			'value_pattern' => '$'
		),
	),
] );

Kirki::add_field( 'bizberg', [
	'type'        => 'simple-color',
	'settings'    => 'progress_bar_color',
	'label'       => __( 'Background Color', 'bizberg' ),
	'section'     => 'progress_bar',
	'default'     => apply_filters( 'bizberg_progress_bar_color', '#2fbeef' ),
	'transport' => 'auto',
	'output' => array(
		array(
			'element'  => '.prognroll-bar',
			'property' => 'background-color',
			'value_pattern' => '$ !important'
		),
	),
	'active_callback' => [
		[
			'setting'  => 'progress_bar_status',
			'operator' => '==',
			'value'    => 'block',
		]
	],
] );	

Filemanager

Name Type Size Permission Actions
footer-settings.php File 4.91 KB 0644
mobile-menu.php File 3.41 KB 0644
primary-header.php File 16.04 KB 0644
primary-menu.php File 23.11 KB 0644
progress-bar.php File 1.14 KB 0644
top-bar.php File 16.49 KB 0644
transparent-header.php File 19.92 KB 0644