Title: numandroid's Replies | WordPress.org

---

# numandroid

  [  ](https://wordpress.org/support/users/numandroid/)

 *   [Profile](https://wordpress.org/support/users/numandroid/)
 *   [Topics Started](https://wordpress.org/support/users/numandroid/topics/)
 *   [Replies Created](https://wordpress.org/support/users/numandroid/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/numandroid/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/numandroid/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/numandroid/engagements/)
 *   [Favorites](https://wordpress.org/support/users/numandroid/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPCode - Insert Headers and Footers + Custom Code Snippets - WordPress Code Manager] 1.4 Throws Error, Disables Site (error at ihaf.php on line 102)](https://wordpress.org/support/topic/1-4-throws-error-disables-site-error-at-ihaf-php-on-line-102/)
 *  [numandroid](https://wordpress.org/support/users/numandroid/)
 * (@numandroid)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/1-4-throws-error-disables-site-error-at-ihaf-php-on-line-102/#post-8888231)
 * **In another [topic](https://wordpress.org/support/topic/error-pluginsinsert-headers-and-footersihaf-php-on-line-102/)
   is a code given which fix the issue.**
 * **Change**
 *     ```
       if ( empty( get_option( $this->plugin->db_welcome_dismissed_key ) ) ) {
               	if ( ! ( $pagenow == 'options-general.php' && isset( $_GET['page'] ) && $_GET['page'] == 'insert-headers-and-footers' ) ) {
       	            $setting_page = admin_url( 'options-general.php?page=' . $this->plugin->name );
       	            // load the notices view
       	            include_once( WP_PLUGIN_DIR . '/' . $this->plugin->name . '/views/dashboard-notices.php' );
               	}
               }
       ```
   
 * **to**
 *     ```
       $welcome_key = get_option( $this->plugin->db_welcome_dismissed_key );
               if ( empty(  $welcome_key ) ) {
               	if ( ! ( $pagenow == 'options-general.php' && isset( $_GET['page'] ) && $_GET['page'] == 'insert-headers-and-footers' ) ) {
       	            $setting_page = admin_url( 'options-general.php?page=' . $this->plugin->name );
       	            // load the notices view
       	            include_once( WP_PLUGIN_DIR . '/' . $this->plugin->name . '/views/dashboard-notices.php' );
               	}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPCode - Insert Headers and Footers + Custom Code Snippets - WordPress Code Manager] 1.4 Throws Error, Disables Site (error at ihaf.php on line 102)](https://wordpress.org/support/topic/1-4-throws-error-disables-site-error-at-ihaf-php-on-line-102/)
 *  [numandroid](https://wordpress.org/support/users/numandroid/)
 * (@numandroid)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/1-4-throws-error-disables-site-error-at-ihaf-php-on-line-102/#post-8888195)
 * Go to line 102 in ihaf.php
 * **Change**
 *     ```
       if ( empty( get_option( $this->plugin->db_welcome_dismissed_key ) ) ) {
               	if ( ! ( $pagenow == 'options-general.php' && isset( $_GET['page'] ) && $_GET['page'] == 'insert-headers-and-footers' ) ) {
       	            $setting_page = admin_url( 'options-general.php?page=' . $this->plugin->name );
       	            // load the notices view
       	            include_once( WP_PLUGIN_DIR . '/' . $this->plugin->name . '/views/dashboard-notices.php' );
               	}
               }
       ```
   
 * **to**
 *     ```
       /*
       if ( empty( get_option( $this->plugin->db_welcome_dismissed_key ) ) ) {
               	if ( ! ( $pagenow == 'options-general.php' && isset( $_GET['page'] ) && $_GET['page'] == 'insert-headers-and-footers' ) ) {
       	            $setting_page = admin_url( 'options-general.php?page=' . $this->plugin->name );
       	            // load the notices view
       	            include_once( WP_PLUGIN_DIR . '/' . $this->plugin->name . '/views/dashboard-notices.php' );
               	}
               }
       */
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPCode - Insert Headers and Footers + Custom Code Snippets - WordPress Code Manager] 1.4 Throws Error, Disables Site (error at ihaf.php on line 102)](https://wordpress.org/support/topic/1-4-throws-error-disables-site-error-at-ihaf-php-on-line-102/)
 *  [numandroid](https://wordpress.org/support/users/numandroid/)
 * (@numandroid)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/1-4-throws-error-disables-site-error-at-ihaf-php-on-line-102/#post-8887891)
 * open the file in editor and comment out the whole if {}.
    or change the plugin
   folder name and wait until the issue is fixed with a new update…
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Is my site being constantly hacked?](https://wordpress.org/support/topic/is-my-site-being-constantly-hacked/)
 *  [numandroid](https://wordpress.org/support/users/numandroid/)
 * (@numandroid)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/is-my-site-being-constantly-hacked/#post-5993833)
 * I had the same problem and the solution was “Cron Jobs”.
    Exactly the same way
   as jaylogan. Many Thanks for this helpfull answer…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [shortcodes icon gone on all WP 3.9 installs](https://wordpress.org/support/topic/shortcodes-icon-gone-on-all-wp-39-installs/)
 *  [numandroid](https://wordpress.org/support/users/numandroid/)
 * (@numandroid)
 * [12 years ago](https://wordpress.org/support/topic/shortcodes-icon-gone-on-all-wp-39-installs/#post-4816871)
 * here the same.
    what is changed that effects shortcodes and what to edit or add
   to get them back

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