Looks like you have debugging enabled on your site which you probably want to disable on a production site.
You can try changing this option to the “REMOTE_ADDR” option if you’re not using Cloudflare:
How does Wordfence get IPs:
You can find this on your Wordfence options page. This may get rid of that error.
Regards,
Mark.
Enable debugging mode (increases server load) is unchecked; not activated.
No CloudFare.
When I select the “REMOTE_ADDR” (Getting the IPs Area), the WordFence Errors leave and I get new ones.
So, I’ll head over to Pippin’s page and ask him. I thank you as that got rid of the WordFence errors. And maybe I’ll get an answer from the Live Chat folks today as well!
Thanx again for your time!
Notice: Undefined variable: bgrwvt in /home/foreclos/public_html/wp-content/themes/newspapertimes-codebase/functions.php on line 110
Notice: Trying to get property of non-object in /home/foreclos/public_html/wp-content/plugins/restrict-content-pro/includes/content-filters.php on line 15
Notice: Trying to get property of non-object in /home/foreclos/public_html/wp-content/plugins/restrict-content-pro/includes/content-filters.php on line 16
Notice: Trying to get property of non-object in /home/foreclos/public_html/wp-content/plugins/restrict-content-pro/includes/content-filters.php on line 18
Notice: Trying to get property of non-object in /home/foreclos/public_html/wp-includes/post-template.php on line 29
Notice: Trying to get property of non-object in /home/foreclos/public_html/wp-content/plugins/restrict-content-pro/includes/content-filters.php on line 76
Just to clarify: I meant you have WordPress debugging mode enabled, not Wordfence. You can find it in your wp-config.php:
define(‘WP_DEBUG’, true);