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