Plugin Best Practices: How to Style Your Plugin’s Output
Many WordPress plugins include as their core functionality the ability to output things on the front end.
For example, an events calendar plugin needs to show a calendar on a page or post of your site.
That brings us to today’s topic. How do you, as a plugin developer, create a plugin whose output (styling and HTML structure) can be easily overridden by a user?


