haxorqt
Home
Console
Upload
information
Create File
Create Folder
About
:
/
home
/
sc1jaqa5103
/
prod.puv-editions.fr
/
wp-includes
/
build
/
routes
/
fonts-home
/
Filename :
route.js
back
Copy
// routes/fonts-home/route.ts import { redirect } from "@wordpress/route"; var route = { beforeLoad: () => { throw redirect({ throw: true, to: "/font-list" }); } }; export { route };