Tagged Questions
0
votes
1answer
72 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 ...
0
votes
1answer
405 views
admin_notices not displaying in plugin
I know I'm probably doing something dumb here but I just can't get this to run. I'm trying to set up a little API for my plugin and to create a class to display admin notices a little easier. Here's ...