wp-router icon indicating copy to clipboard operation
wp-router copied to clipboard

[WordPress Plugin] WP Router

Results 4 wp-router issues
Sort by recently updated
recently updated
newest added

After installing wp router plugin, I was unable to access the woocommerce setting page. It shows: # **Action failed. Please refresh the page and retry**. ![image](https://user-images.githubusercontent.com/9652251/33472775-cc02c43e-d69b-11e7-9969-c2f09d314f2f.png) Can you please help...

Hi your plugin is great, but can i use it as library by including in my plugin project? if ok, How? Thanks

Hello ! Thanks a lot for this library ! That's what I need. What about a helper function to get the route by name with args ? ``` get_route('name_of_route', [$slug,...

Hi I use your plugin in one of my project (great plugin btw 👍 ) And i try to create a route for the HomePage I tried : ```php $wp_router->get(...