PluginProbe ʕ •ᴥ•ʔ
Customizer Export/Import / 0.1
Customizer Export/Import v0.1
trunk 0.1 0.2 0.3 0.4 0.5 0.6 0.7 0.8 0.9 0.9.1 0.9.2 0.9.7 0.9.7.1 0.9.7.2 0.9.7.3 0.9.8
customizer-export-import / classes / class-cei-control.php
customizer-export-import / classes Last commit date
class-cei-control.php 11 years ago class-cei-core.php 11 years ago
class-cei-control.php
16 lines
1 <?php
2
3 /**
4 * @class CEI_Control
5 */
6 final class CEI_Control extends WP_Customize_Control {
7
8 /**
9 * @method render_content
10 * @protected
11 */
12 protected function render_content()
13 {
14 include CEI_PLUGIN_DIR . 'includes/control.php';
15 }
16 }