File "class-cei-control.php"

Full Path: /home/adniftyx/public_html/wp-content/plugins/customizer-export-import/classes/class-cei-control.php
File size: 347 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

/**
 * A customizer control for rendering the export/import form.
 *
 * @since 0.1
 */
final class CEI_Control extends WP_Customize_Control {
	
	/**
	 * Renders the control content.
	 *
	 * @since 0.1
	 * @access protected
	 * @return void
	 */
	protected function render_content()
	{
		include CEI_PLUGIN_DIR . 'includes/control.php';
	}
}