simply-code/storage/snippets/auto-redirect-after-logout....

14 lines
325 B
JSON

{
"description": "Redirect to Homepage after logout",
"last_updated": "2025-08-15 03:24:01",
"active": true,
"hooks": {
"wp_logout": {
"type": "action",
"priority": 10,
"accepted_args": 1,
"auto_detected": true
}
},
"load_priority": 10
}