%k25u25%fgd5n!
<?php if ( ! defined( 'FW' ) ) {
die( 'Forbidden' );
}
$options = array(
'main' => array(
'title' => false,
'type' => 'box',
'options' => array(
"price" => array(
"label" => esc_html__("Price", 'windazo'),
"type" => "text"
),
),
),
);