PATH:
home
/
lab2454c
/
adenbic.com
/
wp-content
/
plugins
/
customizer-export-import
/
classes
<?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'; } }
[-] class-cei-option.php
[edit]
[+]
..
[-] class-cei-control.php
[edit]
[-] class-cei-core.php
[edit]