File manager - Edit - /home/verseaumee/blueversion/wp-content/plugins/custom-twitter-feeds/inc/Builder/Controls/SB_Select_Control.php
Back
<?php /** * Customizer Builder * Select Field Control * * @since 2.0 */ namespace TwitterFeed\Builder\Controls; if(!defined('ABSPATH')) exit; class SB_Select_Control extends SB_Controls_Base{ /** * Get control type. * * Getting the Control Type * * @since 2.0 * @access public * * @return string */ public function get_type(){ return 'select'; } /** * Output Control * * * @since 2.0 * @access public * * @return HTML */ public function get_control_output($controlEditingTypeModel){ ?> <div class="sb-control-input-ctn ctf-fb-fs"> <select class="sb-control-input ctf-fb-fs" v-model="<?php echo $controlEditingTypeModel ?>[control.id]" @change.prevent.default="changeSettingValue(control.id,false,false, control.ajaxAction ? control.ajaxAction : false)"> <option v-for="(opName, opValue) in control.options" :value="opValue">{{opName}}</option> </select> </div> <?php } }
| ver. 1.4 |
Github
|
.
| PHP 8.5.7 | Generation time: 0 |
proxy
|
phpinfo
|
Settings