'', 'account_content' => '', 'wishlist_label' => '', 'wishlist_link' => '', ),$attr)); $check_array = explode(',', $check_list); $html .= '
'; return $html; } } stp_reg_shortcode('sv_header_meta2','sv_vc_header_meta2'); vc_map( array( "name" => esc_html__("SV Header Meta 2", 'bigc'), "base" => "sv_header_meta2", "icon" => "icon-st", "category" => '7Up-theme', "params" => array( array( "type" => "checkbox", "holder" => "div", "heading" => esc_html__("Icon Display",'bigc'), "param_name" => "check_list", "value" => array( esc_html__("User Dropdown",'bigc') => 'user', esc_html__("Wishlist",'bigc') => 'wishlist', esc_html__("Mini Cart",'bigc') => 'cart', ) ), array( "type" => "add_account_menu", "heading" => esc_html__("User Dropdown Links",'bigc'), "param_name" => "account_content", ), array( "type" => "textfield", "heading" => esc_html__("Wishlist Label",'bigc'), "param_name" => "wishlist_label", ), array( "type" => "textfield", "heading" => esc_html__("Wishlist Link",'bigc'), "param_name" => "wishlist_Link", ), ) ));