Title: PHP Error
Last modified: November 22, 2018

---

# PHP Error

 *  [Venutius](https://wordpress.org/support/users/venutius/)
 * (@venutius)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/php-error-295/)
 * 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.

 * ![](https://ps.w.org/hide-page-and-post-title/assets/icon-128x128.png?rev=1703131)
 * [Hide Page And Post Title](https://wordpress.org/plugins/hide-page-and-post-title/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hide-page-and-post-title/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hide-page-and-post-title/)
 * [Active Topics](https://wordpress.org/support/plugin/hide-page-and-post-title/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hide-page-and-post-title/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hide-page-and-post-title/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Venutius](https://wordpress.org/support/users/venutius/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/php-error-295/)
 * Status: not resolved