uawdijnntqw1x1x1
IP : 216.73.216.109
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
.
/
old
/
.
/
.trash
/
wp-content
/
plugins
/
kirki
/
field
/
class-kirki-field-preset.php
/
/
<?php /** * Override field methods * * @package Kirki * @subpackage Controls * @copyright Copyright (c) 2020, David Vongries * @license https://opensource.org/licenses/MIT * @since 2.2.7 */ /** * Field overrides. */ class Kirki_Field_Preset extends Kirki_Field_Select { /** * Sets the control type. * * @access protected */ protected function set_type() { $this->type = 'kirki-select'; } /** * Set the preset. * * @access protected * @since 3.0.28 */ protected function set_preset() { // Set preset from the choices. $this->preset = $this->choices; // We're using a flat select. foreach ( $this->choices as $key => $args ) { $this->choices[ $key ] = $args['label']; } } }
/home/batcwwjx/./old/./.trash/wp-content/plugins/kirki/field/class-kirki-field-preset.php