wp-router
wp-router copied to clipboard
[WordPress Plugin] WP Router
After installing wp router plugin, I was unable to access the woocommerce setting page. It shows: # **Action failed. Please refresh the page and retry**.  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(...