Файловый менеджер - Редактировать - /home/freeclou/optimyar/wp-content/plugins/jet-tabs/templates/jet-switcher/global/preset-2.php
Назад
<?php /** * Switcher Preset-1 */ $this->add_render_attribute( 'jet_switcher_control_disable', array( 'class' => array( 'jet-switcher__control', 'jet-switcher__control--disable', ), 'role' => 'button', 'tabindex' => 0, 'aria-controls' => 'jet-switcher-content-disable-' . $this->get_id(), 'aria-expanded' => ! $initial_state ? 'true' : 'false', ) ); $disable_label_html = ! empty( $widget_settings['disable_label'] ) ? sprintf( '<div class="jet-switcher__label-text">%1$s</div>', wp_kses_post( $widget_settings['disable_label'] ) ) : ''; $this->add_render_attribute( 'jet_switcher_control_enable', array( 'class' => array( 'jet-switcher__control', 'jet-switcher__control--enable', ), 'role' => 'button', 'tabindex' => 0, 'aria-controls' => 'jet-switcher-content-enable-' . $this->get_id(), 'aria-expanded' => $initial_state ? 'true' : 'false', ) ); $enable_label_html = ! empty( $widget_settings['disable_label'] ) ? sprintf( '<div class="jet-switcher__label-text">%1$s</div>', wp_kses_post( $widget_settings['enable_label'] ) ) : ''; ?> <div <?php echo $this->get_render_attribute_string( 'jet_switcher_control_disable' ); // phpcs:ignore ?>> <?php echo wp_kses_post( $disable_label_html ); ?></div> <div class="jet-switcher__control-instance"> <div class="jet-switcher__control-handler"><span></span></div> </div> <div <?php echo $this->get_render_attribute_string( 'jet_switcher_control_enable' ); // phpcs:ignore ?>> <?php echo wp_kses_post( $enable_label_html ); ?></div>
| ver. 1.4 |
Github
|
.
| PHP 8.1.33 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка