wp-router
wp-router copied to clipboard
How to create a route for the home page ?
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 :
$wp_router->get( array(
'uri' => '/',
'uses' => 'crm\Controllers\Clients@clientsHome'
));
But it's not working :(
Do you have an idea ?
Thank you a lot for your code !
Antoine