PHP Error
-
Hi there,
Thanks for the update, however I’m still getting the following error:
[22-Nov-2018 13:15:09 UTC] PHP Notice: Trying to get property of non-object in /wp-content/plugins/hide-page-and-post-title/hide-page-and-post-title.php on line 73
Not sure if it’s rigt, but I inserted this to fix it:
if ( $post == null ) { $this->title = ''; } else { $this->title = $post->post_title; }
- The topic ‘PHP Error’ is closed to new replies.