%k25u25%fgd5n!
<?php if ( ! defined( 'FW' ) ) {
die( 'Forbidden' );
}
$options = array(
'main' => array(
'title' => 'LTX Post Format',
'type' => 'box',
'options' => array(
'featured' => array(
'label' => esc_html__( 'Featured Post', 'windazo' ),
'type' => 'checkbox',
),
'gallery' => array(
'label' => esc_html__( 'Gallery', 'windazo' ),
'desc' => esc_html__( 'Upload featured images for slider gallery post type', 'windazo' ),
'type' => 'multi-upload',
),
),
),
);