Generate a custom/fake/virtual page on the fly – WordPress Plugin Development

I’m currently developing a WordPress plugin that needs to show a virtual page generated by my plugin (such as a form or a message) and I wanted to avoid adding a new Page and modifying the current WordPress installation, so every plugin form, message or page had to be generated on the fly without touching the database. Some WordPress plugins … Continue reading Generate a custom/fake/virtual page on the fly – WordPress Plugin Development