Файловый менеджер - Редактировать - /home/avadvi5/public_html/wp-content/themes/code4rest/inc/customizer/options/header-html-options.php
Ðазад
<?php /** * Header Main Row Options * * @package Code4rest */ namespace Code4rest; use Code4rest\Theme_Customizer; use function Code4rest\code4rest; $settings = array( 'header_html_tabs' => array( 'control_type' => 'code4rest_tab_control', 'section' => 'header_html', 'settings' => false, 'priority' => 1, 'input_attrs' => array( 'general' => array( 'label' => __( 'General', 'code4rest' ), 'target' => 'header_html', ), 'design' => array( 'label' => __( 'Design', 'code4rest' ), 'target' => 'header_html_design', ), 'active' => 'general', ), ), 'header_html_tabs_design' => array( 'control_type' => 'code4rest_tab_control', 'section' => 'header_html_design', 'settings' => false, 'priority' => 1, 'input_attrs' => array( 'general' => array( 'label' => __( 'General', 'code4rest' ), 'target' => 'header_html', ), 'design' => array( 'label' => __( 'Design', 'code4rest' ), 'target' => 'header_html_design', ), 'active' => 'design', ), ), 'header_html_content' => array( 'control_type' => 'code4rest_editor_control', 'section' => 'header_html', 'sanitize' => 'wp_kses_post', 'priority' => 4, 'default' => code4rest()->default( 'header_html_content' ), 'partial' => array( 'selector' => '.header-html', 'container_inclusive' => true, 'render_callback' => 'Code4rest\header_html', ), 'input_attrs' => array( 'id' => 'header_html', ), ), 'header_html_wpautop' => array( 'control_type' => 'code4rest_switch_control', 'sanitize' => 'code4rest_sanitize_toggle', 'section' => 'header_html', 'default' => code4rest()->default( 'header_html_wpautop' ), 'label' => esc_html__( 'Automatically Add Paragraphs', 'code4rest' ), 'partial' => array( 'selector' => '.header-html', 'container_inclusive' => true, 'render_callback' => 'Code4rest\header_html', ), ), 'header_html_typography' => array( 'control_type' => 'code4rest_typography_control', 'section' => 'header_html_design', 'label' => esc_html__( 'Font', 'code4rest' ), 'default' => code4rest()->default( 'header_html_typography' ), 'live_method' => array( array( 'type' => 'css_typography', 'selector' => '#main-header .header-html', 'pattern' => array( 'desktop' => '$', 'tablet' => '$', 'mobile' => '$', ), 'property' => 'font', 'key' => 'typography', ), ), 'input_attrs' => array( 'id' => 'header_html_typography', ), ), 'header_html_link_style' => array( 'control_type' => 'code4rest_select_control', 'section' => 'header_html_design', 'default' => code4rest()->default( 'header_html_link_style' ), 'label' => esc_html__( 'Link Style', 'code4rest' ), 'input_attrs' => array( 'options' => array( 'normal' => array( 'name' => __( 'Underline', 'code4rest' ), ), 'plain' => array( 'name' => __( 'No Underline', 'code4rest' ), ), ), ), 'live_method' => array( array( 'type' => 'class', 'selector' => '#main-header .header-html', 'pattern' => 'inner-link-style-$', 'key' => '', ), ), ), 'header_html_link_color' => array( 'control_type' => 'code4rest_color_control', 'section' => 'header_html_design', 'label' => esc_html__( 'Link Colors', 'code4rest' ), 'default' => code4rest()->default( 'header_html_link_color' ), 'live_method' => array( array( 'type' => 'css', 'selector' => '#main-header .header-html a', 'property' => 'color', 'pattern' => '$', 'key' => 'color', ), array( 'type' => 'css', 'selector' => '#main-header .header-html a:hover', 'property' => 'color', 'pattern' => '$', 'key' => 'hover', ), ), 'input_attrs' => array( 'colors' => array( 'color' => array( 'tooltip' => __( 'Initial Color', 'code4rest' ), 'palette' => true, ), 'hover' => array( 'tooltip' => __( 'Hover Color', 'code4rest' ), 'palette' => true, ), ), ), ), 'header_html_margin' => array( 'control_type' => 'code4rest_measure_control', 'section' => 'header_html_design', 'priority' => 10, 'default' => code4rest()->default( 'header_html_margin' ), 'label' => esc_html__( 'Margin', 'code4rest' ), 'live_method' => array( array( 'type' => 'css', 'selector' => '#main-header .header-html', 'property' => 'margin', 'pattern' => '$', 'key' => 'measure', ), ), 'input_attrs' => array( 'responsive' => false, ), ), ); Theme_Customizer::add_settings( $settings );
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0.02 |
proxy
|
phpinfo
|
ÐаÑтройка