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