Файловый менеджер - Редактировать - /home2/cocinasdalloway/public_html/tienda/wp-content/themes/negan/framework/configs/metaboxes/footer.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_footer( $sections ) { $sections['footer'] = array( 'name' => 'footer', 'title' => esc_html__('Footer', 'negan'), 'icon' => 'laicon-footer', 'fields' => array( array( 'id' => 'hide_footer', 'type' => 'radio', 'default' => 'no', 'class' => 'la-radio-style', 'title' => esc_html__('Hide Footer', 'negan'), 'options' => Negan_Options::get_config_radio_opts(false) ), array( 'id' => 'footer_layout', 'type' => 'select', 'class' => 'chosen', 'title' => esc_html__('Footer Layout', 'negan'), 'desc' => esc_html__('Controls the layout of the footer.', 'negan'), 'default' => 'inherit', 'options' => Negan_Options::get_config_footer_layout_opts(false, true), 'dependency' => array( 'hide_footer_no', '==', 'true' ) ), array( 'id' => 'footer_full_width', 'type' => 'radio', 'default' => 'inherit', 'class' => 'la-radio-style', 'title' => esc_html__('100% Footer Width', 'negan'), 'desc' => esc_html__('Turn on to have the footer 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_footer_no', '==', 'true' ) ), array( 'id' => 'enable_footer_copyright', 'type' => 'radio', 'default' => 'inherit', 'class' => 'la-radio-style', 'title' => esc_html__('SHOW Footer Copyright', 'negan'), 'options' => Negan_Options::get_config_radio_opts() ) ) ); return $sections; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.22 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка