WordPress Editor changes PHP code on Save
-
Love this plugin. Thank you.
Most annoyed at behaviour of WP editor. It changes and removes some characters from my inserted PHP code. Makes life difficult (impossible?).
Most recent case:
I’m trying to use the PHP condition
<=
but WP editor changes it to
< =
which generates a PHP syntax error.Another example, if I use the PHP condition
<
in my code, WP editor removes the next instance of
</a>
completely that happens to follow it in the PHP code even though it is part of a string expression.Is there some way to configure the WP editor to stop doing this? Sometimes WordPress makes me think I need to move to another platform which isn’t so overprotective.
- The topic ‘WordPress Editor changes PHP code on Save’ is closed to new replies.