Sindbad~EG File Manager
<?php if (!defined('ABSPATH')) die('Direct access forbidden.');
/**
* metabox options for pages
*/
$options = array(
'settings-page' => array(
'title' => esc_html__( 'Page settings', 'turitor' ),
'type' => 'box',
'priority' => 'high',
'options' => array(
'header_title' => array(
'type' => 'text',
'label' => esc_html__( 'Banner title', 'turitor' ),
'desc' => esc_html__( 'Add your Page hero title', 'turitor' ),
),
'header_image' => array(
'label' => esc_html__( 'Banner image', 'turitor' ),
'desc' => esc_html__( 'Upload a page header image', 'turitor' ),
'help' => esc_html__( "This default header image will be used for all your service.", 'turitor' ),
'type' => 'upload'
),
),
),
);
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists