{
    "messages": {
        "success": {
            "title": "WordPress.org Connection Working",
            "details": "Your site can successfully communicate with WordPress.org.",
            "steps": [
                "Monitor WordPress core updates",
                "Keep track of plugin/theme installations",
                "Ensure your site maintains this connection for updates and security"
            ]
        },
        "error": {
            "title": "WordPress.org Connection Issue",
            "details": "Connection status: {current_value}. This may affect updates and plugin installations.",
            "steps": [
                "Check if your hosting allows WordPress.org connections",
                "Verify your site's SSL certificate is valid",
                "Contact your hosting provider if issues persist",
                "Ensure your firewall allows connections to WordPress.org"
            ]
        }
    },
    "learn_more": {
        "description": "Connection to WordPress.org is essential for your site's maintenance and security. It enables automatic updates, plugin installations, and security checks.",
        "benefits": [
            "Enables WordPress core updates",
            "Allows plugin and theme installations",
            "Provides security notifications",
            "Enables WordPress directory access",
            "Powers automatic background updates"
        ],
        "recommendations": [
            "Keep WordPress.org connection active",
            "Monitor connection stability",
            "Check firewall settings",
            "Maintain valid SSL certificates",
            "Use recommended hosting providers"
        ]
    }
}