Файловый менеджер - Редактировать - /home2/cocinasdalloway/public_html/tienda/wp-content/themes/negan/framework/configs/metaboxes/additional.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_additional( $sections ) { $query_args = array( 'post_type' => 'la_block', 'orderby' => 'title', 'order' => 'ASC', 'posts_per_page' => 20 ); $sections['additional'] = array( 'name' => 'additional', 'title' => esc_html__('Additional', 'negan'), 'icon' => 'laicon-file-add', 'fields' => array( array( 'type' => 'content', 'content' => sprintf( '<a href="%s" onclick="window.open(this.href, this.target, \'height=400,width=400\'); return false">%s</a>', esc_url(Negan::$template_dir_url . '/assets/images/theme_options/block-layout.jpg'), esc_html__('Click to here to look the block\'s position', 'negan') ), ), array( 'id' => 'block_content_top', 'type' => 'autocomplete', 'title' => esc_html__('Additional Block Content Top', 'negan'), 'class' => 'single', 'query_args' => $query_args, 'attributes' => array( 'placeholder' => esc_html__('Enter the block name...', 'negan') ) ), array( 'id' => 'block_content_inner_top', 'type' => 'autocomplete', 'title' => esc_html__('Additional Block Content Inner Top', 'negan'), 'class' => 'single', 'query_args' => $query_args, 'attributes' => array( 'placeholder' => esc_html__('Enter the block name...', 'negan') ) ), array( 'id' => 'block_content_inner_bottom', 'type' => 'autocomplete', 'title' => esc_html__('Additional Block Content Inner Bottom', 'negan'), 'class' => 'single', 'query_args' => $query_args, 'attributes' => array( 'placeholder' => esc_html__('Enter the block name...', 'negan') ) ), array( 'id' => 'block_content_bottom', 'type' => 'autocomplete', 'title' => esc_html__('Additional Block Content Bottom', 'negan'), 'class' => 'single', 'query_args' => $query_args, 'attributes' => array( 'placeholder' => esc_html__('Enter the block name...', 'negan') ) ) ) ); return $sections; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.22 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка