Prevent parsing of post
-
I have written a client-specific plugin that retrieves data from the DB and formats it according to their specification.
This function is to be called from the post directly. For this, I have used the phpcode plugin that allows me to execute php code directly in the post itself.
My problem is that it appears that the generated HTML code is then parsed by WordPress and WP automatically inserts HTML tags (specifically p’s and br’s) where it thinks it should be.
This changes the layout of the generated code. How can I avoid this?
- The topic ‘Prevent parsing of post’ is closed to new replies.