' . esc_html__('EveAI Chat is not properly configured. Please check the admin settings.', 'eveai-chat') . ''; } // Parse shortcode attributes $atts = shortcode_atts([ 'language' => 'en', 'languages' => 'en', 'specialist_id' => '1' ], $atts, 'eveai_chat'); // Generate unique container ID $container_id = 'eveai-chat-' . uniqid(); ob_start(); ?>