Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
save_bvnghean.vn
/
wp-content
/
plugins
/
sneeit-framework
/
includes
/
customizer
:
customizer-control.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php class WP_Customize_Sneeit_Control extends WP_Customize_Control { var $declarations; var $setting_id; public function render_content() { include_once( sneeit_framework_plugin_path('/includes/controls/controls.php') ); new Sneeit_Controls($this->setting_id, $this->declarations, $this->value()); } }