Trying to get property ‘post_type’ of non-object
-
There is an error that can be easily fixed:
Trying to get property ‘post_type’ of non-object in /home/backtoyouacct/public_html/dev/wp-content/plugins/testimonial-rotator/frontend-functions.php on line 109
Just change it to this: if( get_post_type() == “testimonial” )
- The topic ‘Trying to get property ‘post_type’ of non-object’ is closed to new replies.