Symbol Conversion
-
I’ve implemented this field in a repeater via PHP for a custom plugin. I’m finding that the code snippets will get updated for HTML safe characters.
For example, if I enter: ($calc1 >= 6) ? 1 : 0
It will show after it is saved with the >= portion as ‘>’ plus the semicolon.
If I just define it via the via WP admin in a repeater say associated with a post then it works fine. I can’t do that though with a custom plugin, I have to do it via PHP. Any fix?
The topic ‘Symbol Conversion’ is closed to new replies.