'',
'des' => '',
),$attr));
$html .= '
';
if(!empty($title)) $html .= '
'.$title.'
';
if(!empty($des)) $html .= ''.$des.'';
$html .= '';
return $html;
}
}
stp_reg_shortcode('sv_title','sv_vc_title');
vc_map( array(
"name" => esc_html__("SV Title", 'bigc'),
"base" => "sv_title",
"icon" => "icon-st",
"category" => '7Up-theme',
"params" => array(
array(
"type" => "textfield",
"holder" => "div",
"heading" => esc_html__("Title",'bigc'),
"param_name" => "title",
),
array(
"type" => "textfield",
"holder" => "div",
"heading" => esc_html__("Description",'bigc'),
"param_name" => "des",
)
)
));