Title: PHP Warning: Undefined array key &#8220;hpt_headertitle&#8221;
Last modified: May 16, 2025

---

# PHP Warning: Undefined array key “hpt_headertitle”

 *  [squelfland](https://wordpress.org/support/users/squelfland/)
 * (@squelfland)
 * [1 year ago](https://wordpress.org/support/topic/php-warning-undefined-array-key-hpt_headertitle/)
 * Hello, I am getting this warning in my php log, not sure what I should do:
 * File: /srv/htdocs/wp-content/plugins/hide-page-and-post-title/hide-page-and-post-
   title.php
 * Message: PHP Warning: Undefined array key “hpt_headertitle” in /srv/htdocs/wp-
   content/plugins/hide-page-and-post-title/hide-page-and-post-title.php on line
   102

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [solutioinc](https://wordpress.org/support/users/solutioinc/)
 * (@solutioinc)
 * [1 year ago](https://wordpress.org/support/topic/php-warning-undefined-array-key-hpt_headertitle/#post-18481101)
 * I’m also getting a similar warning for line 90.
 * Attempt to read property “post_title” on null in /home/customer/www/website/public_html/
   wp-content/plugins/hide-page-and-post-title/hide-page-and-post-title.php on line
   90
 *     ```wp-block-code
                        public function hpt_hptloadscripts(){                  global $post;---> line 90      $this->title = $post->post_title;                   if( $this->hpt_ishidden() ){wp_enqueue_script( 'jquery' );}    }
       ```
   
    -  This reply was modified 1 year ago by [solutioinc](https://wordpress.org/support/users/solutioinc/).
 *  [unif](https://wordpress.org/support/users/unif/)
 * (@unif)
 * [11 months, 1 week ago](https://wordpress.org/support/topic/php-warning-undefined-array-key-hpt_headertitle/#post-18523878)
 * Same here (line 102).

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘PHP Warning: Undefined array key “hpt_headertitle”’ 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/)

 * 2 replies
 * 3 participants
 * Last reply from: [unif](https://wordpress.org/support/users/unif/)
 * Last activity: [11 months, 1 week ago](https://wordpress.org/support/topic/php-warning-undefined-array-key-hpt_headertitle/#post-18523878)
 * Status: not resolved