Файловый менеджер - Редактировать - /home2/cocinasdalloway/public_html/tienda/wp-content/themes/negan/framework/configs/metaboxes/post.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_post( $sections ) { $sections['post'] = array( 'name' => 'post', 'title' => esc_html__('Post', 'negan'), 'icon' => 'laicon-file', 'fields' => array( array( 'type' => 'heading', 'wrap_class' => 'small-heading', 'content' => esc_html__('For post format QUOTE', 'negan') ), array( 'id' => 'format_quote_content', 'type' => 'textarea', 'title' => esc_html__('Quote Content', 'negan') ), array( 'id' => 'format_quote_author', 'type' => 'text', 'title' => esc_html__('Quote Author', 'negan') ), array( 'id' => 'format_quote_background', 'type' => 'color_picker', 'title' => esc_html__('Quote Background Color', 'negan'), 'default' => '#343538' ), array( 'id' => 'format_quote_color', 'type' => 'color_picker', 'title' => esc_html__('Quote Text Color', 'negan'), 'default' => '#fff' ), array( 'type' => 'heading', 'wrap_class' => 'small-heading', 'content' => esc_html__('For post format LINK', 'negan') ), array( 'id' => 'format_link', 'type' => 'text', 'title' => esc_html__('Custom Link', 'negan') ), array( 'type' => 'heading', 'wrap_class' => 'small-heading', 'content' => esc_html__('For post format VIDEO & AUDIO', 'negan') ), array( 'id' => 'format_embed', 'type' => 'textarea', 'title' => esc_html__('Embed Code', 'negan'), 'desc' => esc_html__('Insert Youtube or Vimeo or Audio embed code.', 'negan'), 'sanitize' => false ), array( 'id' => 'format_embed_aspect_ration', 'type' => 'select', 'title' => esc_html__('Embed aspect ration', 'negan'), 'options' => array( 'origin' => 'origin', '169' => '16:9', '43' => '4:3', '235' => '2.35:1' ) ), array( 'type' => 'heading', 'wrap_class' => 'small-heading', 'content' => esc_html__('For post format GALLERY', 'negan') ), array( 'id' => 'format_gallery', 'type' => 'gallery', 'title' => esc_html__('Gallery Images', 'negan') ) ) ); return $sections; }
| ver. 1.4 |
Github
|
.
| PHP 8.2.22 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка