Undefined Property Error
-
I was getting this error.
PHP Unknown: [8] Undefined property: stdClass::$exclude in /var/www/**/public_html/wp-content/plugins/www-xml-sitemap-generator-org/code/sitemapBuilder.php on line 309
It appears $result does not contain “exclude” in all cases.
I don’t want authors included at all, so I have added in a return on the first line of the function, but it looks like it could be fixed with an isset on $result->exclude.Note there is also a typo in $exclude in the function.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Undefined Property Error’ is closed to new replies.