PATH:
home
/
thebhoeo
/
.trash
/
wp-includes
/
build
/
routes
/
fonts-home
// routes/fonts-home/route.ts import { redirect } from "@wordpress/route"; var route = { beforeLoad: () => { throw redirect({ throw: true, to: "/font-list" }); } }; export { route };
[-] route.min.js
[edit]
[-] route.min.asset.php
[edit]
[-] route.js
[edit]
[+]
..