Which WP Filter Does this …?
-
Currently using the Exec-PHP plugin (but all of the php execution plugins do the same thing in this case).
You enter some code in a post:
<?php …some stuff… ?>
This works fine if the post is a single, but if it is an excerpt WP escapes the opening tag … like so:
< ?php …some stuff… ?>
/////^ pointing to the single white space/////
Click on the “read more” and the entire post correctly processes the php code.
Can anyone point out which filter or file does this?
Thanks.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Which WP Filter Does this …?’ is closed to new replies.