'Login', 'register_text' => 'Register', ),$attr)); $html .= '
'.$login_text.' '.$register_text.'
'; return $html; } } stp_reg_shortcode('sv_control_box','sv_vc_control_box'); vc_map( array( "name" => esc_html__("SV Control Box", 'bigc'), "base" => "sv_control_box", "icon" => "icon-st", "category" => '7Up-theme', "params" => array( array( "type" => "textfield", "holder" => "div", "heading" => esc_html__("Login Text",'bigc'), "param_name" => "login_text", ), array( "type" => "textfield", "holder" => "div", "heading" => esc_html__("Register Text",'bigc'), "param_name" => "register_text", ) ) ));