With a busy update schedule, it’s crucial to stay aware of the version of WordPress that’s currently powering your site. If you don’t know this important fact—how to find your WordPress version—you could inadvertently put your website at risk.
Fortunately, there are several ways to verify your current WordPress version. You can even find this information on a third-party site. By carefully monitoring this number, you can avoid bugs, conflicts, incompatibilities, and even serious security threats.
In this post, we’ll discuss why you may want to keep an eye on your current WordPress version. Then we’ll share five ways to retrieve this important piece of information. Let’s get started!
WordPress is a popular target for hackers. In the first six months of 2021, the Wordfence Web Application Firewall blocked over 4 billion malicious requests. Those figures should worry any website owner.
The good news is that there are steps you can take to protect your site. This includes using a Content Delivery Network (CDN) and installing a Secure Sockets Layer (SSL) certificate. You may also want to limit login attempts.
However, an outdated version of WordPress core can undermine all of your security efforts. In fact, 86 percent of hacked WordPress websites are running an outdated version, plugin, or theme.
By keeping WordPress current, you’ll benefit from the latest security fixes and features. This immediately makes you less vulnerable to attack. If you want to ensure that you’re up-to-date, then you’ll need to know your WordPress version number.
In addition, some WordPress themes and plugins are only compatible with certain versions of the WordPress platform. If you install unsupported software, it may result in bugs, data loss, conflicts, and other unwanted behavior. Therefore, before installing a new theme or plugin, it’s smart to find out which versions of WordPress it supports. You can then compare this against your own version number.
WordPress is a reliable and robust platform, but no software is perfect. Occasionally, you may encounter error messages such as “allowed memory size exhausted” or internal server errors.
If you’re experiencing technical difficulties, the more you know about your website the better. This includes your version of PHP and your current version of WordPress.
In some scenarios, you may even need to know which version of WordPress a third-party site is running. For example, if you’re a WordPress agency working on a client’s site, this can be useful information to have at hand.
To enhance the security of your WordPress site, it’s crucial to understand how version information can potentially be accessed. Here’s a guide on how you can find and secure your WordPress version:
Your WordPress dashboard displays the version number in a few different locations. First, you can find this information by scrolling to the very bottom of any page and checking the bottom-right corner:
This number is also displayed as part of the At a Glance
box, which is added to your dashboard by default. You can view this box by selecting Dashboard
from the left-hand menu.
Alternatively, you’ll find the version number by navigating to Dashboard > Updates
. Assuming that you’re up-to-date with WordPress core, this will display the current version:
Just be aware that if you’re behind on your updates, then WordPress won’t display this information. Instead, it’ll prompt you to update.
Finally, this number is included on the About WordPress
screen. To access this, hover over the WordPress
logo in the top-left corner. In the subsequent dropdown, select About WordPress
:
You’ll find the version number at the top of this screen. Here, you can also learn more about the details of your current version.
If you don’t have access to the WordPress admin area, you can view the version number using your browser’s developer tools. Since this method doesn’t require dashboard access, you can also use it with third-party sites.
To start, navigate to the website that you want to investigate. You can then click on any blank area:
The next steps may vary depending on your browser. However, most web browsers provide a View Page Resource
or View Source
option. Click on this menu selection, and it should open your site’s HTML and CSS in a new tab:
Now you can use your browser’s search feature and enter <meta name="generator".
This will take you to the highlighted search phrase, which is followed by your WordPress version number:
For example, you might encounter the following: <meta name="generator" content="WordPress 5.8.2" />
. This is telling you that the WordPress version number is 5.8.2.
Another method that doesn’t require admin access is to check the site’s RSS feed. This is an online feed that enables visitors to view a site’s updates in a standardized format. Many people use RSS feeds to track multiple websites in a single, convenient news aggregator.
All WordPress websites support RSS feeds out-of-the-box. What’s more, this feed includes the site’s version number.
To view a site’s RSS feed, simply add /feed
to the end of its URL. For example, if your site is www.mywebsite.com
, then you’ll access its RSS feed by visiting www.mywebsite.com/feed
:
You can now open your browser’s search feature and enter generator
. This will take you to a line that features your current WordPress version; for example: <generator>https://wordpress.org/?v=5.8.2</generator>
.
You can also find your WordPress version number in the aptly-named version.php
file. This method requires you to connect to your server using File Transfer Protocol (FTP) via an FTP client such as FileZilla.
Inside your FileZilla application, navigate to File > Site Manager.
If this is your first time connecting via FileZilla, then you’ll need to select File > Site Manager > New Site
. Now you can assign a name to your site, enter your FTP login details, and click on Connect
:
Once you’re successfully connected to your server, open the public_html/wp-includes
directory. Inside this folder, you’ll find the version.php
file:
Now, right-click on this file, and select Open
. This file contains lots of information, but we’re looking for the $wp-version
variable. You can either scroll until you find this variable or use your browser’s search function to locate it.
This variable contains your current version of WordPress. For example, $wp_version = '5.8.2'
indicates that you’re running WordPress 5.8.2.
Accessing your WordPress version through cPanel is a straightforward method that ensures you stay informed about your site’s security and functionality.
You can also access the version.php
file via the cPanel dashboard. This is a hugely popular tool that’s used by over three million websites. These figures equate to around 13 percent of all sites whose control panel is known. Due to this popularity, many hosting providers include cPanel in their offerings.
Here’s how you can locate your WordPress version using cPanel’s File Manager:
cPanel is a widely used control panel offered by many hosting providers. To check your WordPress version:
Knowing your WordPress version is crucial for maintaining site security and ensuring compatibility with plugins and themes. Regular updates are essential to protect against vulnerabilities and leverage the latest features.
Accessing your WordPress version through cPanel’s File Manager is a valuable skill for website management. This method provides a direct way to confirm your WordPress version while familiarizing yourself with essential backend tools. Stay proactive in checking and updating your WordPress installation to safeguard your site effectively.
Knowing where your version number is displayed is essential. This information is typically found in the source code of your website and can be accessed by following these steps:
To remove the version information without installing additional plugins, follow these steps:
Removing version info is a proactive step known as ‘security through obscurity,’ which adds an extra layer of protection against opportunistic hackers. However, it should complement other security practices such as regular updates, strong passwords, and secure hosting services implementing robust security measures.
By combining these approaches, you can significantly reduce your site’s vulnerability and enhance data security effectively.
Curious about which WordPress version a website is using? You can easily find this information through the website’s frontend by following these straightforward steps. This method primarily utilizes the browser’s capability to view a website’s source code.
Using this method provides a quick and non-intrusive way to check a website’s WordPress version. It’s particularly useful for web developers, designers, or marketers who need to assess compatibility or security issues. Keep in mind the limitations of this technique, especially with highly customized or secured WordPress sites.
WP-CLI stands for WordPress Command Line Interface, a powerful tool designed for developers to manage WordPress sites directly through the command line. Similar to using the command prompt on your PC, WP-CLI allows for efficient operations like plugin management and database updates without needing a web browser.
To identify your WordPress version using WP-CLI, follow these steps:
WP-CLI offers a streamlined method for experienced users to manage WordPress sites efficiently through the command line. While setting up and using WP-CLI may seem complex initially, particularly on less common server environments, its ability to perform essential tasks like checking the current WordPress version proves invaluable for developers and advanced users alike.
It’s easy to lose track of your current WordPress version. This is particularly true if you enable auto-updates or your managed hosting provider installs the latest releases automatically. However, there are plenty of scenarios where you’ll need to know your exact version number – and perhaps even the number of a third-party website.
With that in mind, let’s quickly recap five ways to find your current WordPress version:
version.php
file.Do you have any questions about how to check your version of WordPress core? Let us know in the comments section below!
If you’re looking for fast wordpress hosting as well as done-for-you updates such as How To Find Your Current WordPress Version, check out our hosting packages by clicking the button below:
If you’re exploring website builders, you may wonder, “Is Wix a WordPress site?” or even,…
Are you missing out on the full power of your WordPress site because you’re not…
Are you looking to track visitors on your WordPress website, optimize ad performance, and increase…
If you’re wondering, “Is WordPress easy to use?” you’re not alone. Many beginners want a…
Shortcodes are an essential part of WordPress. Allowing users to quickly add dynamic content to…
Learning how to embed Facebook video in WordPress can take your site’s content to the…