-
WIBUHAX0R1337
-
/
home
/
coludnqa
/
www
/
wp-content
/
themes
/
neve
/
inc
/
customizer
/
controls
/
react
/
[ Home ]
Create Folder
Create File
Nama File / Folder
Size
Action
.htaccess
0.231KB
Edit File
Delete File
Rename
builder.php
0.856KB
Edit File
Delete File
Rename
builder_columns.php
52.303KB
Edit File
Delete File
Rename
builder_section.php
0.979KB
Edit File
Delete File
Rename
button_appearance.php
0.755KB
Edit File
Delete File
Rename
color.php
0.744KB
Edit File
Delete File
Rename
documentation_section.php
1.074KB
Edit File
Delete File
Rename
font_family.php
0.628KB
Edit File
Delete File
Rename
global_colors.php
0.755KB
Edit File
Delete File
Rename
heading.php
2.046KB
Edit File
Delete File
Rename
inline_select.php
0.915KB
Edit File
Delete File
Rename
instructions_control.php
0.955KB
Edit File
Delete File
Rename
instructions_section.php
1.305KB
Edit File
Delete File
Rename
multiselect.php
0.604KB
Edit File
Delete File
Rename
nr_spacing.php
0.897KB
Edit File
Delete File
Rename
ordering.php
0.759KB
Edit File
Delete File
Rename
presets_selector.php
0.726KB
Edit File
Delete File
Rename
radio_buttons.php
1.054KB
Edit File
Delete File
Rename
radio_image.php
0.761KB
Edit File
Delete File
Rename
range.php
0.602KB
Edit File
Delete File
Rename
repeater.php
0.594KB
Edit File
Delete File
Rename
responsive_radio_buttons.php
0.651KB
Edit File
Delete File
Rename
responsive_range.php
0.643KB
Edit File
Delete File
Rename
responsive_toggle.php
0.642KB
Edit File
Delete File
Rename
rich_text.php
0.902KB
Edit File
Delete File
Rename
spacing.php
0.71KB
Edit File
Delete File
Rename
typography.php
1.039KB
Edit File
Delete File
Rename
upsell_section.php
1.038KB
Edit File
Delete File
Rename
<?php /** * Author: Andrei Baicus <andrei@themeisle.com> * Created on: 2019-10-16 * * @package Neve */ namespace Neve\Customizer\Controls\React; /** * Customizer section. * * @package WordPress * @subpackage Customize * @since 4.1.0 * @see WP_Customize_Section */ class Instructions_Section extends \WP_Customize_Section { /** * Type of this section. * * @var string */ public $type = 'hfg_instructions'; /** * Default options schema. * * @var array */ public $default_options = [ 'description' => '', 'image' => '', 'quickLinks' => [], 'hadOldBuilder' => false, 'builderMigrated' => false, ]; /** * Options passed to control. * * @var array */ public $options = []; /** * Gather the parameters passed to client JavaScript via JSON. * * @return array The array to be exported to the client as JSON. * @since 4.1.0 */ public function json() { $json = parent::json(); $json['options'] = wp_parse_args( $this->options, $this->default_options ); return $json; } /** * Render template. */ protected function render_template() { ?> <li id="accordion-section-{{ data.id }}" data-slug="{{data.id}}" class="control-section control-section-{{ data.type }} neve-quick-links"> </li> <?php } }
Save!!!
© 2022 - 2023 WIBUHAXOR V1 By Lutfifakee || Padang Blackhat