Tagged Questions
0
votes
1answer
52 views
Notice: Trying to get property of non-object in options.php
I am generating the following notice in my options.php when testing my theme in wp_debug mode.
I can see where the problem is but do not know how to fix this issue?
It seems the non object is being ...
5
votes
1answer
202 views
Hide php Notices in Dashboard
When I program a theme, I put WP-DEBUG on. Which ensure a proper PHP code.
Sadly most Plugin developers keeps using non existing vars :
echo $args['title'];
Notice: Undefined index: title in ...
0
votes
2answers
212 views
WP_DEBUG is not set, but I'm still getting warnings
If WP_DEBUG is not set, as I understand it, you should never ever see warnings. But on some sites on some servers, I'm still seeing a few. Not all the warnings that would be displayed if WP_DEBUG was ...