wordpress-dispatcher
wordpress-dispatcher copied to clipboard
URL endpoints in WordPress
Results
1
wordpress-dispatcher issues
Sort by
recently updated
recently updated
newest added
as following code, I use `([a-z]*)` to match 0 or more parameter, and set a default value in the callback variable, the ''/hello/' return a 404 page. ``` 'hello/([a-z]*)' =>...