'',
'image' => '',
'form_id' => '',
),$attr));
$check = true;
if(isset($_SESSION['dont_show_popup'])){
$check = !$_SESSION['dont_show_popup'];
}
if($check){
$html .= '
';
}
return $html;
}
}
stp_reg_shortcode('sv_letter_popup','sv_vc_letter_popup');
vc_map( array(
"name" => esc_html__("SV Letter Popup", 'bigc'),
"base" => "sv_letter_popup",
"icon" => "icon-st",
"category" => '7Up-theme',
"params" => array(
array(
"type" => "textfield",
"holder" => "div",
"heading" => esc_html__("Title",'bigc'),
"param_name" => "title",
),
array(
"type" => "textfield",
"heading" => esc_html__("Form ID",'bigc'),
"param_name" => "form_id",
),
array(
"type" => "attach_image",
"heading" => esc_html__("Image",'bigc'),
"param_name" => "image",
),
array(
"type" => "textarea_html",
"holder" => "div",
"heading" => esc_html__("Content",'bigc'),
"param_name" => "content",
),
)
));