Title: Remove wordpress version number
Last modified: August 19, 2016

---

# Remove wordpress version number

 *  Resolved [DK999k](https://wordpress.org/support/users/dk999k/)
 * (@dk999k)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/remove-wordpress-version-number/)
 * Hi,
 * I’m trying to remove 2 lines from the ‘Right Now’ section of the dashboard that
   say the name of the theme and the wordpress version number.
 * Could anyone help me remove these two using the functions file of my theme? –
   I’ve tried a few things, but find myself just blindly referencing functions.
 * Any help would be much appreciated!
 * Thanks,
    – D.

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

 *  [Web Newbie](https://wordpress.org/support/users/web-newbie/)
 * (@web-newbie)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/remove-wordpress-version-number/#post-2024528)
 * open functions.php from your theme and the following code
 * `remove_action('wp_head', 'wp_generator');`
 *  [rustybulb](https://wordpress.org/support/users/rustybulb/)
 * (@rustybulb)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/remove-wordpress-version-number/#post-2024665)
 * Although the above will do it, a hacker could still find the version number through
   the RSS feed, so here is an article on how to do it, so it cannot be detected
   at all:
 * [http://www.wpbeginner.com/wp-tutorials/the-right-way-to-remove-wordpress-version-number/](http://www.wpbeginner.com/wp-tutorials/the-right-way-to-remove-wordpress-version-number/)
 *  Thread Starter [DK999k](https://wordpress.org/support/users/dk999k/)
 * (@dk999k)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/remove-wordpress-version-number/#post-2024679)
 * Hey, Thanks for the answers! Though those have no affect on the dashboard. Is
   there anything that can remove it from the dashboard?

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

The topic ‘Remove wordpress version number’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 3 participants
 * Last reply from: [DK999k](https://wordpress.org/support/users/dk999k/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/remove-wordpress-version-number/#post-2024679)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
