Файловый менеджер - Редактировать - /home/avadvi5/public_html/wp-content/themes/code4rest/inc/customizer/custom-controls/class-code4rest-control-blank.php
Ðазад
<?php /** * The blank customize control extends the WP_Customize_Control class. * * @package customizer-controls */ if ( ! class_exists( 'WP_Customize_Control' ) ) { return; } /** * Class Code4rest_Control_Blank * * @access public */ class Code4rest_Control_Blank extends WP_Customize_Control { /** * Control type * * @var string */ public $type = 'code4rest_blank_control'; /** * Render the control in the customizer */ public function render_content() { if ( ! empty( $this->label ) ) : ?> <span class="customize-control-title"><?php echo $this->label; // phpcs:ignore ?></span> <?php endif; if ( ! empty( $this->description ) ) : ?> <span class="customize-control-description"><?php echo $this->description; // phpcs:ignore ?></span> <?php endif; ?> <?php } }
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка