| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 // routes/post/route.ts 2 import { redirect } from "@wordpress/route"; 3 var route = { 4 beforeLoad: ({ params }) => { 5 throw redirect({ 6 throw: true, 7 to: "/types/$type/list/$slug", 8 params: { 9 type: params.type, 10 slug: "all" 11 } 12 }); 13 } 14 }; 15 export { 16 route 17 };
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated : Mon Apr 20 08:20:11 2026 | Cross-referenced by PHPXref |