Файловый менеджер - Редактировать - /home/harasnat/www/labour/wp-content/themes/woostify/inc/customizer/custom-controls/basic/class-woostify-customize-control.php
Назад
<?php /** * Woositfy Custom Customize Control Params * * @package woostify */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } /** * Create a extend control with custom params. * This control allows you to add responsive settings. */ class Woostify_Customize_Control extends WP_Customize_Control { /** * Declare the custom param: tab. * * @var string */ public $tab = ''; /** * Renders the control wrapper and calls $this->render_content() for the internals. * * @since 3.4.0 */ protected function render() { $id = 'customize-control-' . str_replace( array( '[', ']' ), array( '-', '' ), $this->id ); $class = 'customize-control customize-control-' . $this->type; printf( '<li id="%s" class="%s" data-tab="%s">', esc_attr( $id ), esc_attr( $class ), esc_attr( $this->tab ) ); $this->render_content(); echo '</li>'; } /** * To json data */ public function to_json() { parent::to_json(); $this->json['tab'] = $this->tab; } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка