Файловый менеджер - Редактировать - /home2/cocinasdalloway/public_html/tienda/wp-content/themes/negan/framework/configs/metaboxes/header.php
Назад
<?php // Do not allow directly accessing this file. if ( ! defined( 'ABSPATH' ) ) { exit( 'Direct script access denied.' ); } /** * MetaBox * * @param array $sections An array of our sections. * @return array */ function negan_metaboxes_section_header( $sections ) { $sections['header'] = array( 'name' => 'header', 'title' => esc_html__('Header', 'negan'), 'icon' => 'laicon-header', 'fields' => array( array( 'id' => 'hide_header', 'type' => 'radio', 'default' => 'no', 'class' => 'la-radio-style', 'title' => esc_html__('Hide header', 'negan'), 'options' => Negan_Options::get_config_radio_opts(false) ), array( 'id' => 'header_layout', 'type' => 'select', 'class' => 'chosen', 'title' => esc_html__('Header Layout', 'negan'), 'desc' => esc_html__('Controls the layout of the header.', 'negan'), 'default' => 'inherit', 'options' => Negan_Options::get_config_header_layout_opts(false, true), 'dependency' => array( 'hide_header_no', '==', 'true' ) ), array( 'id' => 'header_full_width', 'type' => 'radio', 'default' => 'inherit', 'class' => 'la-radio-style', 'title' => esc_html__('100% Header Width', 'negan'), 'desc' => esc_html__('Turn on to have the header area display at 100% width according to the window size. Turn off to follow site width.', 'negan'), 'options' => Negan_Options::get_config_radio_opts(), 'dependency' => array( 'hide_header_no', '==', 'true' ) ), array( 'id' => 'header_transparency', 'type' => 'radio', 'default' => 'inherit', 'class' => 'la-radio-style', 'title' => esc_html__('Enable Header Transparency', 'negan'), 'options' => Negan_Options::get_config_radio_opts(), 'dependency' => array( 'hide_header_no', '==', 'true' ) ) ) ); return $sections; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.22 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка