GhostManSec
Server: LiteSpeed
System: Linux premium197.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: parhudrw (1725)
PHP: 7.4.33
Disabled: NONE
Upload Files
File: /home/parhudrw/emenu.anqa.it/wp-content/plugins/ticrou-plugin/metabox/banner.php
<?php

return array(
	'id'     => 'ticrou_banner_settings',
	'title'  => esc_html__( "Ticrou Banner Settings", "konia" ),
	'fields' => array(
		array(
			'id'      => 'banner_source_type',
			'type'    => 'button_set',
			'title'   => esc_html__( 'Banner Source Type', 'ticrou' ),
			'options' => array(
				'd' => esc_html__( 'Default', 'ticrou' ),
				'e' => esc_html__( 'Elementor', 'ticrou' ),
			),
			'default' => '',
		),
		array(
			'id'       => 'banner_elementor_template',
			'type'     => 'select',
			'title'    => __( 'Template', 'viral-buzz' ),
			'data'     => 'posts',
			'args'     => [
				'post_type' => [ 'elementor_library' ],
				'posts_per_page'=> -1,
			],
			'required' => [ 'banner_source_type', '=', 'e' ],
		),
		array(
			'id'       => 'banner_page_banner',
			'type'     => 'switch',
			'title'    => esc_html__( 'Show Banner', 'ticrou' ),
			'default'  => false,
			'required' => [ 'banner_source_type', '=', 'd' ],
		),
		array(
			'id'       => 'banner_banner_title',
			'type'     => 'text',
			'title'    => esc_html__( 'Banner Section Title', 'ticrou' ),
			'desc'     => esc_html__( 'Enter the title to show in banner section', 'ticrou' ),
			'required' => array( 'banner_page_banner', '=', true ),
		),
		array(
			'id'       => 'banner_page_background',
			'type'     => 'media',
			'url'      => true,
			'title'    => esc_html__( 'Background Image', 'ticrou' ),
			'desc'     => esc_html__( 'Insert background image for banner', 'ticrou' ),
			'default'  => array(
				'url' => TICROU_URI . 'assets/images/background/page-title.jpg',
			),
			'required' => array( 'banner_page_banner', '=', true ),
		),
	),
);