Trying to get property of non-object
-
hi
in find this error in all page …
error : Trying to get property of non-objectwp-content/plugins/simple-download-monitor/sdm-post-type-content-handler.php:7
find this code :
if ($post->post_type == “sdm_downloads”) {replace with :
if (isset($post->post_type) && $post->post_type == “sdm_downloads”) {
- The topic ‘Trying to get property of non-object’ is closed to new replies.