Editing HTML output of a plugin
-
Hi,
I don’t use WordPress much, so please bear with me.
After looking for a plugin for a feature I need available on my website, I came across one that suites my need, but the appearance on the front-end makes it look like the feature is an afterthought. An inline style tag was embedded into the HTML which would make customizing its appearance via CSS much more challenging than I should deal with.
I know enough that I would be able to go in into the plugin folder and edit the code to remove the style tag and add Bootstrap classes, but I also know enough that is not ideal should the developers update the plugin.
Would using hooks and filters allow me to edit the HTML output from the plugin, or do the developers need to provide functionality to be able to do so? And if possible via hooks and filters, is there a good tutorial to help me?
Thanks
The topic ‘Editing HTML output of a plugin’ is closed to new replies.