php - wordpress url resolution of subpages from within plugin -


I have the page "foo" in WordPress, such as http: /www.blah.com/foo brings it < / P>

On this page there is a trigger inside your content such as

Now there is a way by which the plug-in plugin can tell WordPress that it wants to handle all the URLs of type etc. Will these URLs be dynamically created without "making these" without creating a page / subpage for each of them?

In addition to this, besides using the add_content filter inside any type of content, which can ideally control a URL within a plugin, so that all calls Can be controlled by the plugin.

Yes, you can catch URL references (aka question) and parse them, Without creating sub-pages

You want to see hooking in action especially in parse_request .


Comments