Articles

Remove Headway update notifications

As you know I’m a big fan of the Headway WordPress theme. So much so I’ve been using it in client projects.

The one (small) drawback is that Headway puts a notice in the Dashboard every time there’s a new version. For certain clients I really don’t want to have anything to do with them after the project, so I would like to disable the notification. Here’s how.

In Headway’s custom_functions.php, simply add this line:

remove_action('admin_notices', 'headway_update_notice');

Solved. No more nagging client asking me what is this “Headway update thing”.

Related posts:

  1. blogjunkie.net now powered by Headway (and free giveaway)
  2. Can you drastically change how WordPress looks in 10 minutes? The Headway theme can!
  3. Drupal tip: disable Pathauto URLs for specific content types
Stuff I Love

This website has been brought to you by the letters A, B and these fine products. Clicking and buying the stuff below will earn me a commission, thanks very much!

No Need For WordPress Developers — Drag & Drop With Headway Digging into WordPress Hosted on Site5
One Response to Remove Headway update notifications
  1. [...] I had this posted on Headway Hacks but the original credit goes to BlogJunkie who put this in the headway themes support [...]

Leave a Reply

Notify me of followup comments via e-mail. You can also subscribe without commenting.

If you are posting source code, please wrap it with [­code][/code] tags. For longer snippets of code you should use Pastebin to share your code and paste the link here. Thanks!