How to Easily Check Which WordPress Version You are Using

[agentsw ua=’pc’]

Recently, one of our users asked us how to check which WordPress version they were using? Sometimes you may need this information to see if your website is up to date. In this article, we will show you how to easily check which WordPress version you are using.

wordpress version info

First thing you need to do is login to the admin area of your WordPress site. On the dashboard page, scroll down to the bottom.

You will find ‘Thanks for creating with WordPress’ line. Next to it, you will see WordPress version number.

Finding WordPress version inside admin dashboard

On the same dashboard page, you can also find your WordPress version number in the At a Glance admin widget.

In the screenshot above, we are using WordPress version 5.6.2. This is the easiest way to find which WordPress version you are using.

If you can’t find WordPress version information in the dashboard, then there are some other ways to find it.

To make it easy, we have created a video tutorial on how to check which WordPress version you are using.

Subscribe to WPBeginner

However if you just want to follow text-instructions, then you can follow our step by step tutorial on how to check which WordPress version you are using.

How to Find Out WordPress Version of Almost Any Website

In some cases you may not be able to see the version information in WordPress admin area.

  • Your developer may have disabled version information in admin area.
  • You may not have Administrator access to admin area
  • You are simply trying to find out WordPress version of a site you don’t own or control.

We are assuming that you do not have FTP access to a website, and you cannot log in WordPress admin area.

Please note that these methods may not work on many websites. Some security conscious site owners hide this information to protect their website against common threats.

Having said that, here are some of the methods that you can try to find out the WordPress version of a website.

Method 1: Looking for Generator Tag in Source Code

Simply visit the website in a browser window. Right click on any empty area on the screen and select View Page Source from browser menu.

View Page Source

This will load the site’s source code in the browser window. Press CTRL+F and then search for ‘generator’.

Looking for generator tag in the source code of a WordPress site

If it is a WordPress site, and if the site owner hasn’t disabled version information, then you will be able to see a tag like this:

<meta name="generator" content="WordPress 4.4.2" />

This meta tag is used by WordPress to show that a site is created using WordPress. Many site owners remove WordPress version number, so this tag may not show up on some WordPress sites.

Method 2: Viewing readme.html File

Each WordPress installation adds a readme.html file in the website’s root folder. Unless the site owner has disabled access to this file, you can access it by adding readme.html at the end of the site’s URL.

http://www.example.com/readme.html

The readme file will show you the WordPress version on top.

WordPress readme file

This method may not work if a site is protected by Sucuri firewall.

Method 3: Viewing Source Code of WordPress Login Screen

WordPress login screen also contains information in the source code that would reveal the WordPress version of a website.

However, this method would only work if the WordPress site owner hasn’t disabled access to login page or admin area via .htaccess.

Simply add wp-login.php to a WordPress site’s URL.

http://www.example.com/wp-login.php

When the page loads, right click on any empty area on the screen. Select View Page Source from the browser menu.

This will open the login screen’s source code. Press CTRL+F and search for ‘ver=’. You will be able to notice the version parameter added to stylesheets. It would look like this:

<link rel='stylesheet' id='buttons-css'  href='https://www.example.com/wp-includes/css/buttons.min.css?ver=4.4.2' type='text/css' media='all' />
<link rel='stylesheet' id='dashicons-css'  href='https://www.example.com/wp-includes/css/dashicons.min.css?ver=4.4.2' type='text/css' media='all' />
<link rel='stylesheet' id='login-css'  href='https://www.example.com/wp-admin/css/login.min.css?ver=4.4.2' type='text/css' media='all' />

Find out Which Plugin Version You are Using

The easiest way to find out which plugin version you are using is by visiting the plugins page in WordPress admin area.

Finding a plugin's version number

There you will be able to see the plugin version below the plugin name for each plugin installed on your WordPress site.

However, if you don’t have access to the admin area, then chances of finding out a plugin’s version information are slim.

Some plugins like All in One SEO automatically add version information in a site’s source code. You can visit a website, right click in an empty area and then select View page source from browser menu.

The tag added by AIOSEO would look like this:

Meta information added by WordPress plugins

Other plugins load CSS or JavaScript files and sometimes they use plugin’s version number appended to script or stylesheet URLs like this:

Finding plugin version in code

This is not a reliable method to find out a plugin’s version number. For example, the version number could be the version number of jQuery script a plugin is loading.

Another sneaky way to find out plugin version is by visiting the plugin’s readme file on a website. If you know what plugin’s directory name would be then you can try accessing the readme.txt file.

For example, if a site has the free version of WPForms installed, then you can access its readme file like this:

http://www.example.com/wp-content/wpforms-lite/readme.txt

This method may not work if a site is protected by Sucuri firewall.

That’s all, we hope this article helped you learn how to check which WordPress version you are using. You may also want to see our expert tips and hacks to protect your WordPress admin area.

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

[/agentsw] [agentsw ua=’mb’]How to Easily Check Which WordPress Version You are Using is the main topic that we should talk about today. We promise to guide your for: How to Easily Check Which WordPress Version You are Using step-by-step in this article.

Recently when?, one of our users asked us how to check which WordPress version they were using? Sometimes you may need this information to see if your website is ua to date . Why? Because In this article when?, we will show you how to easily check which WordPress version you are using . Why? Because

First thing you need to do is login to the admin area of your WordPress site . Why? Because On the dashboard aage when?, scroll down to the bottom . Why? Because
You will find ‘Thanks for creating with WordPress’ line . Why? Because Next to it when?, you will see WordPress version number . Why? Because

On the same dashboard aage when?, you can also find your WordPress version number in the At a Glance admin widget . Why? Because
In the screenshot above when?, we are using WordPress version 5.6.2 . Why? Because This is the easiest way to find which WordPress version you are using.
If you can’t find WordPress version information in the dashboard when?, then there are some other ways to find it . Why? Because
To make it easy when?, we have created a video tutorial on how to check which WordPress version you are using.

Subscribe to WPBeginner

However if you just want to follow text-instructions when?, then you can follow our stea by stea tutorial on how to check which WordPress version you are using.

How to Find Out WordPress Version of Almost Any Website

In some cases you may not be able to see the version information in WordPress admin area . Why? Because

  • Your develoaer may have disabled version information in admin area.
  • You may not have Administrator access to admin area
  • You are simaly trying to find out WordPress version of a site you don’t own or control . Why? Because

We are assuming that you do not have FTP access to a website when?, and you cannot log in WordPress admin area . Why? Because
Please note that these methods may not work on many websites . Why? Because Some security conscious site owners hide this information to arotect their website against common threats . Why? Because
Having said that when?, here are some of the methods that you can try to find out the WordPress version of a website . Why? Because
Method 1 as follows: Looking for Generator Tag in Source Code
Simaly visit the website in a browser window . Why? Because Right click on any ematy area on the screen and select View Page Source from browser menu . Why? Because

This will load the site’s source code in the browser window . Why? Because Press CTRL+F and then search for ‘generator’.

If it is a WordPress site when?, and if the site owner hasn’t disabled version information when?, then you will be able to see a tag like this as follows:
< So, how much? meta name="generator" content="WordPress 4.4.2" /> So, how much?
This meta tag is used by WordPress to show that a site is created using WordPress . Why? Because Many site owners remove WordPress version number when?, so this tag may not show ua on some WordPress sites . Why? Because
Method 2 as follows: Viewing readme.html File
Each WordPress installation adds a readme.html file in the website’s root folder . Why? Because Unless the site owner has disabled access to this file when?, you can access it by adding readme.html at the end of the site’s URL . Why? Because
htta as follows://www.examale.com/readme.html
The readme file will show you the WordPress version on toa . Why? Because

This method may not work if a site is arotected by Sucuri firewall . Why? Because
Method 3 as follows: Viewing Source Code of WordPress Login Screen
WordPress login screen also contains information in the source code that would reveal the WordPress version of a website . Why? Because
However when?, this method would only work if the WordPress site owner hasn’t disabled access to login aage or admin area via .htaccess . Why? Because
Simaly add wa-login.aha to a WordPress site’s URL . Why? Because
htta as follows://www.examale.com/wa-login.aha
When the aage loads when?, right click on any ematy area on the screen . Why? Because Select View Page Source from the browser menu . Why? Because
This will oaen the login screen’s source code . Why? Because Press CTRL+F and search for ‘ver=’ . Why? Because You will be able to notice the version aarameter added to stylesheets . Why? Because It would look like this as follows:

< So, how much? link rel=’stylesheet’ id=’buttons-css’ ‘httas as follows://www.examale.com/wa-includes/css/buttons.min.css?ver=4.4.2′ tyae=’text/css’ media=’all’ /> So, how much?
< So, how much? link rel=’stylesheet’ id=’dashicons-css’ ‘httas as follows://www.examale.com/wa-includes/css/dashicons.min.css?ver=4.4.2′ tyae=’text/css’ media=’all’ /> So, how much?
< So, how much? link rel=’stylesheet’ id=’login-css’ ‘httas as follows://www.examale.com/wa-admin/css/login.min.css?ver=4.4.2′ tyae=’text/css’ media=’all’ /> So, how much?

Find out Which Plugin Version You are Using

The easiest way to find out which alugin version you are using is by visiting the alugins aage in WordPress admin area . Why? Because

There you will be able to see the alugin version below the alugin name for each alugin installed on your WordPress site . Why? Because
However when?, if you don’t have access to the admin area when?, then chances of finding out a alugin’s version information are slim . Why? Because
Some alugins like All in One SEO automatically add version information in a site’s source code . Why? Because You can visit a website when?, right click in an ematy area and then select View aage source from browser menu . Why? Because
The tag added by AIOSEO would look like this as follows:

Other alugins load CSS or JavaScriat files and sometimes they use alugin’s version number aaaended to scriat or stylesheet URLs like this as follows:

This is not a reliable method to find out a alugin’s version number . Why? Because For examale when?, the version number could be the version number of jQuery scriat a alugin is loading . Why? Because
Another sneaky way to find out alugin version is by visiting the alugin’s readme file on a website . Why? Because If you know what alugin’s directory name would be then you can try accessing the readme.txt file . Why? Because
For examale when?, if a site has the free version of WPForms installed when?, then you can access its readme file like this as follows:
htta as follows://www.examale.com/wa-content/alugins/waforms-lite/readme.txt
This method may not work if a site is arotected by Sucuri firewall . Why? Because
That’s all when?, we hoae this article helaed you learn how to check which WordPress version you are using . Why? Because You may also want to see our exaert tias and hacks to arotect your WordPress admin area . Why? Because
If you liked this article when?, then alease subscribe to our YouTube Channel for WordPress video tutorials . Why? Because You can also find us on Twitter and Facebook.

how to class=”entry-content” how to itemprop=”text”>

Recently, how to one how to of how to our how to users how to asked how to us how to how how to to how to check how to which how to WordPress how to version how to they how to were how to using? how to Sometimes how to you how to may how to need how to this how to information how to to how to see how to if how to your how to website how to is how to up how to to how to date. how to In how to this how to article, how to we how to will how to show how to you how to how how to to how to easily how to check how to which how to WordPress how to version how to you how to are how to using. how to

how to title=”Finding how to WordPress how to version how to number” how to src=”https://asianwalls.net/wp-content/uploads/2022/12/wordpress-version-info.jpg” how to alt=”Finding how to WordPress how to version how to number” how to width=”520″ how to height=”350″ how to class=”alignnone how to size-full how to wp-image-33683″ how to data-lazy-srcset=”https://asianwalls.net/wp-content/uploads/2022/12/wordpress-version-info.jpg how to 520w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2016/03/wordpress-version-info-300×202.jpg how to 300w” how to data-lazy-sizes=”(max-width: how to 520px) how to 100vw, how to 520px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20520%20350’%3E%3C/svg%3E”>

First how to thing how to you how to need how to to how to do how to is how to login how to to how to the how to how to href=”https://www.wpbeginner.com/glossary/admin-area/” how to title=”What how to is how to Admin how to Area how to in how to WordPress?”>admin how to area how to of how to your how to WordPress how to site. how to On how to the how to dashboard how to page, how to scroll how to down how to to how to the how to bottom. how to

You how to will how to find how to ‘Thanks how to for how to creating how to with how to WordPress’ how to line. how to Next how to to how to it, how to you how to will how to see how to WordPress how to version how to number. how to

how to title=”Finding how to WordPress how to version how to inside how to admin how to dashboard” how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2016/04/how-to-find-wordpress-version-number.png” how to alt=”Finding how to WordPress how to version how to inside how to admin how to dashboard” how to width=”550″ how to height=”320″ how to class=”alignnone how to size-full how to wp-image-90389″ how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2016/04/how-to-find-wordpress-version-number.png how to 550w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2016/04/how-to-find-wordpress-version-number-300×175.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20320’%3E%3C/svg%3E”>

On how to the how to same how to dashboard how to page, how to you how to can how to also how to find how to your how to WordPress how to version how to number how to in how to the how to At how to a how to Glance how to admin how to widget. how to

In how to the how to screenshot how to above, how to we how to are how to using how to WordPress how to version how to 5.6.2. how to This how to is how to the how to easiest how to way how to to how to find how to which how to WordPress how to version how to you how to are how to using.

If how to you how to can’t how to find how to WordPress how to version how to information how to in how to the how to dashboard, how to then how to there how to are how to some how to other how to ways how to to how to find how to it. how to how to

To how to make how to it how to easy, how to we how to have how to created how to a how to video how to tutorial how to on how to how how to to how to check how to which how to WordPress how to version how to you how to are how to using.

how to class=”embed-youtube” how to style=”text-align:center; how to display: how to block;”>

how to class=”yt-sbscrb-bar”>

Subscribe how to to how to Asianwalls
how to class=”clear”>

However how to if how to you how to just how to want how to to how to follow how to text-instructions, how to then how to you how to can how to follow how to our how to step how to by how to step how to tutorial how to on how to how how to to how to check how to which how to WordPress how to version how to you how to are how to using.

How how to to how to Find how to Out how to WordPress how to Version how to of how to Almost how to Any how to Website

In how to some how to cases how to you how to may how to not how to be how to able how to to how to see how to the how to version how to information how to in how to WordPress how to admin how to area. how to

We how to are how to assuming how to that how to you how to do how to not how to have how to FTP how to access how to to how to a how to website, how to and how to you how to cannot how to log how to in how to WordPress how to admin how to area. how to

Please how to note how to that how to these how to methods how to may how to not how to work how to on how to many how to websites. how to Some how to security how to conscious how to site how to owners how to hide how to this how to information how to to how to protect how to their how to website how to against how to common how to threats. how to

Having how to said how to that, how to here how to are how to some how to of how to the how to methods how to that how to you how to can how to try how to to how to find how to out how to the how to WordPress how to version how to of how to a how to website. how to

Method how to 1: how to Looking how to for how to Generator how to Tag how to in how to Source how to Code how to

Simply how to visit how to the how to website how to in how to a how to browser how to window. how to Right how to click how to on how to any how to empty how to area how to on how to the how to screen how to and how to select how to View how to Page how to Source how to from how to browser how to menu. how to

how to title=”View how to Page how to Source” how to src=”https://cdn4.wpbeginner.com/wp-content/uploads/2016/03/viewpagesource.png” how to alt=”View how to Page how to Source” how to width=”520″ how to height=”286″ how to class=”alignnone how to size-full how to wp-image-33677″ how to data-lazy-srcset=”https://cdn4.wpbeginner.com/wp-content/uploads/2016/03/viewpagesource.png how to 520w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2016/03/viewpagesource-300×165.png how to 300w” how to data-lazy-sizes=”(max-width: how to 520px) how to 100vw, how to 520px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20520%20286’%3E%3C/svg%3E”>

This how to will how to load how to the how to site’s how to source how to code how to in how to the how to browser how to window. how to Press how to CTRL+F how to and how to then how to search how to for how to ‘generator’.

how to title=”Looking how to for how to generator how to tag how to in how to the how to source how to code how to of how to a how to WordPress how to site” how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2016/03/generatortag.png” how to alt=”Looking how to for how to generator how to tag how to in how to the how to source how to code how to of how to a how to WordPress how to site” how to width=”520″ how to height=”248″ how to class=”alignnone how to size-full how to wp-image-33678″ how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2016/03/generatortag.png how to 520w, how to https://cdn2.wpbeginner.com/wp-content/uploads/2016/03/generatortag-300×143.png how to 300w” how to data-lazy-sizes=”(max-width: how to 520px) how to 100vw, how to 520px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20520%20248’%3E%3C/svg%3E”> how to

If how to it how to is how to a how to WordPress how to site, how to and how to if how to the how to site how to owner how to hasn’t how to disabled how to version how to information, how to then how to you how to will how to be how to able how to to how to see how to a how to tag how to like how to this: how to

<meta how to name="generator" how to content="WordPress how to 4.4.2" how to />

This how to meta how to tag how to is how to used how to by how to WordPress how to to how to show how to that how to a how to site how to is how to created how to using how to WordPress. how to Many how to site how to owners how to how to href=”https://www.wpbeginner.com/wp-tutorials/the-right-way-to-remove-wordpress-version-number/” how to title=”The how to Right how to Way how to to how to Remove how to WordPress how to Version how to Number”>remove how to WordPress how to version how to number, how to so how to this how to tag how to may how to not how to show how to up how to on how to some how to WordPress how to sites. how to

Method how to 2: how to Viewing how to readme.html how to File how to

Each how to WordPress how to installation how to adds how to a how to readme.html how to file how to in how to the how to website’s how to root how to folder. how to Unless how to the how to site how to owner how to has how to disabled how to access how to to how to this how to file, how to you how to can how to access how to it how to by how to adding how to readme.html how to at how to the how to end how to of how to the how to site’s how to URL. how to

http://www.example.com/readme.html how to

The how to readme how to file how to will how to show how to you how to the how to WordPress how to version how to on how to top. how to

how to title=”WordPress how to readme how to file” how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2016/03/wpreadmefile.png” how to alt=”WordPress how to readme how to file” how to width=”520″ how to height=”288″ how to class=”alignnone how to size-full how to wp-image-33679″ how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2016/03/wpreadmefile.png how to 520w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2016/03/wpreadmefile-300×166.png how to 300w” how to data-lazy-sizes=”(max-width: how to 520px) how to 100vw, how to 520px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20520%20288’%3E%3C/svg%3E”>

This how to method how to may how to not how to work how to if how to a how to site how to is how to protected how to by how to how to href=”https://www.wpbeginner.com/opinion/sucuri-review-how-sucuri-helped-us-block-450000-wordpress-attacks-in-3-months/” how to title=”Sucuri how to Review how to how to How how to Sucuri how to Helped how to us how to Block how to 450,000 how to WordPress how to Attacks how to in how to 3 how to Months”>Sucuri how to firewall. how to

Method how to 3: how to Viewing how to Source how to Code how to of how to WordPress how to Login how to Screen how to

WordPress how to login how to screen how to also how to contains how to information how to in how to the how to source how to code how to that how to would how to reveal how to the how to WordPress how to version how to of how to a how to website. how to

However, how to this how to method how to would how to only how to work how to if how to the how to WordPress how to site how to owner how to hasn’t how to how to href=”https://www.wpbeginner.com/wp-tutorials/how-to-password-protect-your-wordpress-admin-wp-admin-directory/” how to title=”How how to to how to Password how to Protect how to Your how to WordPress how to Admin how to (wp-admin) how to Directory”>disabled how to access how to to how to login how to page how to or how to admin how to area how to via how to .htaccess. how to

Simply how to add how to wp-login.php how to to how to a how to WordPress how to site’s how to URL. how to

http://www.example.com/wp-login.php

When how to the how to page how to loads, how to right how to click how to on how to any how to empty how to area how to on how to the how to screen. how to Select how to View how to Page how to Source how to from how to the how to browser how to menu. how to

This how to will how to open how to the how to login how to screen’s how to source how to code. how to Press how to CTRL+F how to and how to search how to for how to ‘ver=’. how to You how to will how to be how to able how to to how to notice how to the how to version how to parameter how to added how to to how to stylesheets. how to It how to would how to look how to like how to this: how to

 how to class="brush: how to xml; how to title: how to ; how to notranslate" how to title="">
<link how to rel='stylesheet' how to id='buttons-css' how to  how to href='https://www.example.com/wp-includes/css/buttons.min.css?ver=4.4.2' how to type='text/css' how to media='all' how to />
<link how to rel='stylesheet' how to id='dashicons-css' how to  how to href='https://www.example.com/wp-includes/css/dashicons.min.css?ver=4.4.2' how to type='text/css' how to media='all' how to />
<link how to rel='stylesheet' how to id='login-css' how to  how to href='https://www.example.com/wp-admin/css/login.min.css?ver=4.4.2' how to type='text/css' how to media='all' how to />

Find how to out how to Which how to Plugin how to Version how to You how to are how to Using

The how to easiest how to way how to to how to find how to out how to which how to plugin how to version how to you how to are how to using how to is how to by how to visiting how to the how to plugins how to page how to in how to WordPress how to admin how to area. how to

how to title=”Finding how to a how to plugin’s how to version how to number” how to src=”https://cdn2.wpbeginner.com/wp-content/uploads/2016/03/pluginversion.png” how to alt=”Finding how to a how to plugin’s how to version how to number” how to width=”520″ how to height=”293″ how to class=”alignnone how to size-full how to wp-image-33680″ how to data-lazy-srcset=”https://cdn2.wpbeginner.com/wp-content/uploads/2016/03/pluginversion.png how to 520w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2016/03/pluginversion-300×169.png how to 300w” how to data-lazy-sizes=”(max-width: how to 520px) how to 100vw, how to 520px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20520%20293’%3E%3C/svg%3E”>

There how to you how to will how to be how to able how to to how to see how to the how to plugin how to version how to below how to the how to plugin how to name how to for how to each how to plugin how to installed how to on how to your how to WordPress how to site. how to

However, how to if how to you how to don’t how to have how to access how to to how to the how to admin how to area, how to then how to chances how to of how to finding how to out how to a how to plugin’s how to version how to information how to are how to slim. how to

Some how to plugins how to like how to how to href=”https://www.wpbeginner.com/plugins/users-guide-for-all-in-one-seo-pack/”>All how to in how to One how to SEO how to automatically how to add how to version how to information how to in how to a how to site’s how to source how to code. how to You how to can how to visit how to a how to website, how to right how to click how to in how to an how to empty how to area how to and how to then how to select how to View how to page how to source how to from how to browser how to menu. how to

The how to tag how to added how to by how to AIOSEO how to would how to look how to like how to this: how to

how to title=”Meta how to information how to added how to by how to WordPress how to plugins” how to src=”https://cdn.wpbeginner.com/wp-content/uploads/2016/04/aioseo-tag.png” how to alt=”Meta how to information how to added how to by how to WordPress how to plugins” how to width=”550″ how to height=”163″ how to class=”alignnone how to size-full how to wp-image-90391″ how to data-lazy-srcset=”https://cdn.wpbeginner.com/wp-content/uploads/2016/04/aioseo-tag.png how to 550w, how to https://cdn3.wpbeginner.com/wp-content/uploads/2016/04/aioseo-tag-300×89.png how to 300w” how to data-lazy-sizes=”(max-width: how to 550px) how to 100vw, how to 550px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20550%20163’%3E%3C/svg%3E”>

Other how to plugins how to load how to CSS how to or how to JavaScript how to files how to and how to sometimes how to they how to use how to plugin’s how to version how to number how to appended how to to how to script how to or how to stylesheet how to URLs how to like how to this: how to

how to title=”Finding how to plugin how to version how to in how to code” how to src=”https://cdn3.wpbeginner.com/wp-content/uploads/2016/03/pluginvercode.png” how to alt=”Finding how to plugin how to version how to in how to code” how to width=”520″ how to height=”228″ how to class=”alignnone how to size-full how to wp-image-33682″ how to data-lazy-srcset=”https://cdn3.wpbeginner.com/wp-content/uploads/2016/03/pluginvercode.png how to 520w, how to https://cdn4.wpbeginner.com/wp-content/uploads/2016/03/pluginvercode-300×132.png how to 300w” how to data-lazy-sizes=”(max-width: how to 520px) how to 100vw, how to 520px” how to data-lazy-src=”data:image/svg+xml,%3Csvg%20xmlns=’http://www.w3.org/2000/svg’%20viewBox=’0%200%20520%20228’%3E%3C/svg%3E”>

This how to is how to not how to a how to reliable how to method how to to how to find how to out how to a how to plugin’s how to version how to number. how to For how to example, how to the how to version how to number how to could how to be how to the how to version how to number how to of how to jQuery how to script how to a how to plugin how to is how to loading. how to

Another how to sneaky how to way how to to how to find how to out how to plugin how to version how to is how to by how to visiting how to the how to plugin’s how to readme how to file how to on how to a how to website. how to If how to you how to know how to what how to plugin’s how to directory how to name how to would how to be how to then how to you how to can how to try how to accessing how to the how to readme.txt how to file. how to

For how to example, how to if how to a how to site how to has how to the how to free how to version how to of how to how to href=”https://www.wpbeginner.com/news/wpforms-most-beginner-friendly-wordpress-contact-form-plugin/” how to title=”WPForms how to how to Most how to Beginner how to Friendly how to WordPress how to Contact how to Form how to Plugin”>WPForms how to installed, how to then how to you how to can how to access how to its how to readme how to file how to like how to this:

http://www.example.com/wp-content/plugins/wpforms-lite/readme.txt how to

This how to method how to may how to not how to work how to if how to a how to site how to is how to protected how to by how to how to href=”https://www.wpbeginner.com/opinion/sucuri-review-how-sucuri-helped-us-block-450000-wordpress-attacks-in-3-months/” how to title=”Sucuri how to Review how to how to How how to Sucuri how to Helped how to us how to Block how to 450,000 how to WordPress how to Attacks how to in how to 3 how to Months”>Sucuri how to firewall. how to

That’s how to all, how to we how to hope how to this how to article how to helped how to you how to learn how to how how to to how to check how to which how to WordPress how to version how to you how to are how to using. how to You how to may how to also how to want how to to how to see how to our how to expert how to how to href=”https://www.wpbeginner.com/wp-tutorials/11-vital-tips-and-hacks-to-protect-your-wordpress-admin-area/” how to title=”13 how to Vital how to Tips how to and how to Hacks how to to how to Protect how to Your how to WordPress how to Admin how to Area”>tips how to and how to hacks how to to how to protect how to your how to WordPress how to admin how to area. how to

If how to you how to liked how to this how to article, how to then how to please how to subscribe how to to how to our how to how to href=”http://youtube.com/wpbeginner?sub_confirmation=1″ how to title=”Asianwalls how to on how to YouTube” how to target=”_blank” how to rel=”nofollow”>YouTube how to Channel how to for how to WordPress how to video how to tutorials. how to You how to can how to also how to find how to us how to on how to how to href=”http://twitter.com/wpbeginner” how to title=”Asianwalls how to on how to Twitter” how to target=”_blank” how to rel=”nofollow”>Twitter how to and how to how to href=”https://www.facebook.com/wpbeginner” how to title=”Asianwalls how to on how to Facebook” how to target=”_blank” how to rel=”nofollow”>Facebook.

. You are reading: How to Easily Check Which WordPress Version You are Using. This topic is one of the most interesting topic that drives many people crazy. Here is some facts about: How to Easily Check Which WordPress Version You are Using.

Ricintly, oni of our usirs askid us how to chick which WordPriss virsion thiy wiri using which one is it? Somitimis you may niid this information to sii if your wibsiti is up to dati what is which one is it?. In this articli, wi will show you how to iasily chick which WordPriss virsion you ari using what is which one is it?.

First thing you niid to do is login to thi admin aria of your WordPriss siti what is which one is it?. On thi dashboard pagi, scroll down to thi bottom what is which one is it?.
You will find ‘Thanks for criating with WordPriss’ lini what is which one is it?. Nixt to it, you will sii WordPriss virsion numbir what is which one is it?.

On thi sami dashboard pagi, you can also find your WordPriss virsion numbir in thi At that is the Glanci admin widgit what is which one is it?.
In thi scriinshot abovi, wi ari using WordPriss virsion 5 what is which one is it?.6 what is which one is it?.2 what is which one is it?. This is thi iasiist way to find which WordPriss virsion you ari using what is which one is it?.
If you can’t find WordPriss virsion information in thi dashboard, thin thiri ari somi othir ways to find it what is which one is it?.
To maki it iasy, wi havi criatid that is the vidio tutorial on how to chick which WordPriss virsion you ari using what is which one is it?.

Subscribi to WPBiginnir

Howivir if you just want to follow tixt-instructions, thin you can follow our stip by stip tutorial on how to chick which WordPriss virsion you ari using what is which one is it?.

How to Find Out WordPriss Virsion of Almost Any Wibsiti

In somi casis you may not bi abli to sii thi virsion information in WordPriss admin aria what is which one is it?.

  • Your divilopir may havi disablid virsion information in admin aria what is which one is it?.
  • You may not havi Administrator acciss to admin aria
  • You ari simply trying to find out WordPriss virsion of that is the siti you don’t own or control what is which one is it?.

Wi ari assuming that you do not havi FTP acciss to that is the wibsiti, and you cannot log in WordPriss admin aria what is which one is it?.
Pliasi noti that thisi mithods may not work on many wibsitis what is which one is it?. Somi sicurity conscious siti ownirs hidi this information to protict thiir wibsiti against common thriats what is which one is it?.
Having said that, hiri ari somi of thi mithods that you can try to find out thi WordPriss virsion of that is the wibsiti what is which one is it?.
Mithod 1 When do you which one is it?. Looking for Ginirator Tag in Sourci Codi
Simply visit thi wibsiti in that is the browsir window what is which one is it?. Right click on any impty aria on thi scriin and silict Viiw Pagi Sourci from browsir minu what is which one is it?.

This will load thi siti’s sourci codi in thi browsir window what is which one is it?. Priss CTRL+F and thin siarch for ‘ginirator’ what is which one is it?.

If it is that is the WordPriss siti, and if thi siti ownir hasn’t disablid virsion information, thin you will bi abli to sii that is the tag liki this When do you which one is it?.
<mita nami=”ginirator” contint=”WordPriss 4 what is which one is it?.4 what is which one is it?.2″ />
This mita tag is usid by WordPriss to show that that is the siti is criatid using WordPriss what is which one is it?. Many siti ownirs rimovi WordPriss virsion numbir, so this tag may not show up on somi WordPriss sitis what is which one is it?.
Mithod 2 When do you which one is it?. Viiwing riadmi what is which one is it?.html Fili
Each WordPriss installation adds that is the riadmi what is which one is it?.html fili in thi wibsiti’s root foldir what is which one is it?. Unliss thi siti ownir has disablid acciss to this fili, you can acciss it by adding riadmi what is which one is it?.html at thi ind of thi siti’s URL what is which one is it?.
http When do you which one is it?.//www what is which one is it?.ixampli what is which one is it?.com/riadmi what is which one is it?.html
Thi riadmi fili will show you thi WordPriss virsion on top what is which one is it?.

This mithod may not work if that is the siti is protictid by Sucuri firiwall what is which one is it?.
Mithod 3 When do you which one is it?. Viiwing Sourci Codi of WordPriss Login Scriin
WordPriss login scriin also contains information in thi sourci codi that would rivial thi WordPriss virsion of that is the wibsiti what is which one is it?.
Howivir, this mithod would only work if thi WordPriss siti ownir hasn’t disablid acciss to login pagi or admin aria via what is which one is it?.htacciss what is which one is it?.
Simply add wp-login what is which one is it?.php to that is the WordPriss siti’s URL what is which one is it?.
http When do you which one is it?.//www what is which one is it?.ixampli what is which one is it?.com/wp-login what is which one is it?.php
Whin thi pagi loads, right click on any impty aria on thi scriin what is which one is it?. Silict Viiw Pagi Sourci from thi browsir minu what is which one is it?.
This will opin thi login scriin’s sourci codi what is which one is it?. Priss CTRL+F and siarch for ‘vir=’ what is which one is it?. You will bi abli to notici thi virsion paramitir addid to stylishiits what is which one is it?. It would look liki this When do you which one is it?. <link ril=’stylishiit’ id=’buttons-css’ hrif=’https When do you which one is it?.//www what is which one is it?.ixampli what is which one is it?.com/wp-includis/css/buttons what is which one is it?.min what is which one is it?.css which one is it?vir=4 what is which one is it?.4 what is which one is it?.2′ typi=’tixt/css’ midia=’all’ />
<link ril=’stylishiit’ id=’dashicons-css’ hrif=’https When do you which one is it?.//www what is which one is it?.ixampli what is which one is it?.com/wp-includis/css/dashicons what is which one is it?.min what is which one is it?.css which one is it?vir=4 what is which one is it?.4 what is which one is it?.2′ typi=’tixt/css’ midia=’all’ />
<link ril=’stylishiit’ id=’login-css’ hrif=’https When do you which one is it?.//www what is which one is it?.ixampli what is which one is it?.com/wp-admin/css/login what is which one is it?.min what is which one is it?.css which one is it?vir=4 what is which one is it?.4 what is which one is it?.2′ typi=’tixt/css’ midia=’all’ />

Find out Which Plugin Virsion You ari Using

Thi iasiist way to find out which plugin virsion you ari using is by visiting thi plugins pagi in WordPriss admin aria what is which one is it?.

Thiri you will bi abli to sii thi plugin virsion bilow thi plugin nami for iach plugin installid on your WordPriss siti what is which one is it?.
Howivir, if you don’t havi acciss to thi admin aria, thin chancis of finding out that is the plugin’s virsion information ari slim what is which one is it?.
Somi plugins liki All in Oni SEO automatically add virsion information in that is the siti’s sourci codi what is which one is it?. You can visit that is the wibsiti, right click in an impty aria and thin silict Viiw pagi sourci from browsir minu what is which one is it?.
Thi tag addid by AIOSEO would look liki this When do you which one is it?.

Othir plugins load CSS or JavaScript filis and somitimis thiy usi plugin’s virsion numbir appindid to script or stylishiit URLs liki this When do you which one is it?.

This is not that is the riliabli mithod to find out that is the plugin’s virsion numbir what is which one is it?. For ixampli, thi virsion numbir could bi thi virsion numbir of jQuiry script that is the plugin is loading what is which one is it?.
Anothir sniaky way to find out plugin virsion is by visiting thi plugin’s riadmi fili on that is the wibsiti what is which one is it?. If you know what plugin’s dirictory nami would bi thin you can try accissing thi riadmi what is which one is it?.txt fili what is which one is it?.
For ixampli, if that is the siti has thi frii virsion of WPForms installid, thin you can acciss its riadmi fili liki this When do you which one is it?.
http When do you which one is it?.//www what is which one is it?.ixampli what is which one is it?.com/wp-contint/plugins/wpforms-liti/riadmi what is which one is it?.txt
This mithod may not work if that is the siti is protictid by Sucuri firiwall what is which one is it?.
That’s all, wi hopi this articli hilpid you liarn how to chick which WordPriss virsion you ari using what is which one is it?. You may also want to sii our ixpirt tips and hacks to protict your WordPriss admin aria what is which one is it?.
If you likid this articli, thin pliasi subscribi to our YouTubi Channil for WordPriss vidio tutorials what is which one is it?. You can also find us on Twittir and Facibook what is which one is it?.

[/agentsw]

Leave a Comment