Wordpress Custom URLs for Plugins
Wordpress supports custom URL rewrites for search engine friendly URLs, but the fact is they can be a real pain in the ass for WP plugin authors. As is evidenced by the plethora of confused posts out there desperately seeking help with add_rewrite_rule() and add_rewrite_tag(), slapping a few new rules and custom querystring variables in your plugin’s functions.php just doesn’t always cut it.
Custom URLs for Wordpress PluginsTake the following scenario: you have a custom plugin for displaying pro
...