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