%k25u25%fgd5n!
<?php if ( ! defined( 'FW' ) ) {
die( 'Forbidden' );
}
$options = array(
'theme_block' => array(
'title' => esc_html__( 'Theme Block', 'windazo' ),
'label' => esc_html__( 'Theme Block', 'windazo' ),
'type' => 'select',
'choices' => array(
'none' => esc_html__( 'Not Assigned', 'windazo' ),
'before_footer' => esc_html__( 'Before Footer', 'windazo' ),
'subscribe' => esc_html__( 'Subscribe', 'windazo' ),
'top_bar' => esc_html__( 'Top Bar', 'windazo' ),
),
'value' => 'none',
)
);