Plugin Author
Dan
(@dangoodman)
Hi,
Using @ is a absolutely proper to get a value, null as a special case for unset values. This is also a great thing to keep code shorter and readable without need to write same twice.
It doesn’t produce log entries unless you use a custom logger or error handler which doesn’t respect run-time error_reporting() value, which is zero in case of @ usage.
What security checks do you mean? Do you have an example how to break it?
Hi,
thanks for quick reply.
You are correct regarding using @ -operator! I should check my error handler.
http://php.net/manual/en/language.operators.errorcontrol.php
Security comment was based on general WP guideliness. Too many plugins neglect security concerns and first red flag is handling input data without the simple security facilities WP offers one to use.
I’ll revisit the plugin and report if there is any problems.
Plugin Author
Dan
(@dangoodman)
Next time please validate your suggestions carefully before wasting anybody’s time.
Hi,
Will do, I’m sorry wasting your time. I’m in a hurry with a project and need to evaluate plugins to use and not to use, fast.
Thanks for your support.