{
    "WP-PLUGIN": {
        "state": "unknown",
        "environment": {
            "local": "PHP 8.3",
            "staging": "PHP 8.1",
            "production": "PHP 7.4",
            "reason": "!!!DO NOT TOUCH!!! Legacy payment gateway"
        },
        "hooks": {
            "added": 42,
            "removed": 3,
            "priority_strategy": "If it doesn't work, try 9999",
            "mystery_callback": "Defined somewhere in functions.php"
        },
        "cron": {
            "scheduled": true,
            "actually_running": false,
            "trigger_method": "Someone visits the homepage"
        },
        "cache": {
            "layers": [
                "WP Object Cache",
                "Redis",
                "WEDOS Protection",
                "Hosting cache"
            ],
            "debug_strategy": "Purge everything and pray"
        },
        "acf": {
            "json_sync": "Out of sync",
            "field_group_location": "Wrong post type!"
        },
        "transients": {
            "count": "Unknown",
            "autoloaded": "Unfortunately yes"
        },
        "final_diagnosis": "It's always another plugin."
    }
}