File "customizer-control.php"

Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-content/plugins/sneeit-framework/includes/customizer/customizer-control.php
File size: 326 bytes
MIME-type: text/x-php
Charset: utf-8

<?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());
	}
}