PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
qode-framework
/
inc
/
common
/
fields-customizer
<?php class QodeFrameworkFieldCustomizerControl extends QodeFrameworkFieldCustomizerType { function __construct( $params ) { parent::__construct( $params ); } public function render() { $this->params['wp_customize']->add_control( $this->name, array( 'section' => $this->section, 'settings' => $this->settings, 'type' => $this->option_type, 'label' => $this->title, ) ); } }
[-] class-qodeframeworkfieldcustomizersetting.php
[edit]
[+]
..
[-] class-qodeframeworkfieldcustomizersection.php
[edit]
[-] class-qodeframeworkfieldcustomizertype.php
[edit]
[-] class-qodeframeworkfieldcustomizerpanel.php
[edit]
[-] class-qodeframeworkfieldcustomizercontrol.php
[edit]