📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-21 01:59:22
📂
/ (Root)
/
home
/
xeqi7597
/
mota.claireduwig.com
/
wp-content
/
themes
/
izo
/
inc
/
customizer
/
custom-controls
📍 /home/xeqi7597/mota.claireduwig.com/wp-content/themes/izo/inc/customizer/custom-controls
🔄 Refresh
✏️
Editing: class_izo_info.php
Writable
<?php /** * Info control * * @package Izo */ class Izo_Info extends WP_Customize_Control { public $type = 'izo-info'; public $label = ''; public $description = ''; public $attr = ''; public function render_content() { ?> <?php if ( $this->label ) : ?> <?php if ( '' === $this->attr ) : ?> <p class="izo-customizer-info"><?php echo wp_kses_post( $this->label ); ?></p> <?php else : ?> <p><?php echo $this->label; ?></p> <?php endif; ?> <?php endif; ?> <?php } }
💾 Save Changes
❌ Cancel