Upstatement / routes

Simple routing for WordPress
188 stars 38 forks source link

[WIP] Introduce before and after Hooks when a route matches #24

Closed azeemhassni closed 3 years ago

azeemhassni commented 4 years ago

Description

This will help theme authors to perform actions before/after the route callback is called, a good example might be adding API_KEY authentication to all or some routes.

jarednova commented 4 years ago

This is great, thanks @azeemhassni! One piece of feedback here is to remove the timber/ from the filter name. I've been on a multi-year effort to separate it and routes. No going back now!

azeemhassni commented 3 years ago

Closing this for now, I will reopen this with a better approach.