Eval() feature on class-wpcode-snippet-execute.php
-
I’m about to disable the PHP eval() function with Suhosin or similar for security reasons.
However I found on includes/class-wpcode-snippet-execute.php that eval() is still being used.
QUESTIONS:
- What consequences will happen when eval() is disabled at PHP level?
- Will the code snippets be rendered anyway?
- Or what exact features will not work?
- Do you plan to get rid of eval() on future versions?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Eval() feature on class-wpcode-snippet-execute.php’ is closed to new replies.