[Solved] How to edit the html of frontend code before output on wordpress.
[ad_1] Basically, WordPress is not built in a way to allow you that. It just goes on pushing its output whenever it wants, and when any of your filters is executed it is either before any output happened (so you have nothing to modify) or after (so it is already gone away to the browser). … Read more