Файловый менеджер - Редактировать - /home/goldin10/public_html/getoutyourbox.com/wp-content/themes/sparks/includes/meta/page-meta.php
Error occurred
Назад
<?php /** * Create the Page meta boxes */ add_action('add_meta_boxes', 'zilla_metabox_pages'); function zilla_metabox_pages(){ /* Create a gallery metabox -----------------------------------------------------*/ $meta_box = array( 'id' => 'zilla-metabox-page', 'title' => __('Page Settings', 'zilla'), 'description' => __('Input basic settings for this page.', 'zilla'), 'page' => 'page', 'context' => 'normal', 'priority' => 'high', 'fields' => array( array( 'name' => __('Page Caption', 'zilla'), 'desc' => __('Enter a custom page caption', 'zilla'), 'id' => '_zilla_page_caption', 'type' => 'text', 'std' => '', ) ) ); zilla_add_meta_box( $meta_box ); }
| ver. 1.4 |
Github
|
.
| PHP 7.2.34 | Генерация страницы: 0.06 |
proxy
|
phpinfo
|
Настройка