golden hour
/home/doctorbruno/public_html/siddharastrology.com/wp-includes/build/routes/post
⬆️ Go Up
Upload
File/Folder
Size
Actions
package.json
209 B
Del
OK
route.js
298 B
Del
OK
route.min.asset.php
172 B
Del
OK
route.min.js
180 B
Del
OK
Edit: route.js
// routes/post/route.ts import { redirect } from "@wordpress/route"; var route = { beforeLoad: ({ params }) => { throw redirect({ throw: true, to: "/types/$type/list/$slug", params: { type: params.type, slug: "all" } }); } }; export { route };
Save