#47847 closed defect (bug) (invalid)
How i Check My WordPress Version?
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 5.2.2 |
| Component: | General | Keywords: | |
| Focuses: | coding-standards | Cc: |
Description
My Website https://parhopakistani.com How i Check My WordPress Version?
Thank You
Attachments (1)
Change History (4)
#1
@
6 years ago
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
#2
@
6 years ago
@naqeebsiraj you can find out a few places, in your footer is one and also it's on your dashboard in a card. I've attached an image for you.
#3
@
6 years ago
Your site is currently on WordPress 5.2.2.
There are many methods to find this information, programmatically or manually. In addition to admin pages shown above, you can use PHP.
<?php bloginfo('version'); ?>
Global string:
<?php // Get the WP Version global. global $wp_version; echo $wp_version ?>
Or go to view source of your website:
[view-source:https://parhopakistani.com/feed/]
<title>Parho Pakistani | Pakistan Educational News Web Portal</title> <atom:link href="https://parhopakistani.com/feed/" rel="self" type="application/rss+xml" /> <link>https://parhopakistani.com</link> <description>NTS Result and Colleges and Universities Results.</description> <lastBuildDate>Wed, 31 Jul 2019 06:49:15 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod> hourly </sy:updatePeriod> <sy:updateFrequency> 1 </sy:updateFrequency> <generator>https://wordpress.org/?v=5.2.2</generator>
Note: See
TracTickets for help on using
tickets.
Hi @naqeebsiraj, welcome to WordPress Trac! Thanks for the ticket.
Please note that this Trac is used for enhancements and bug reporting for the WordPress core software, not for individual support questions.
Please try the support forums to get help with your site: https://wordpress.org/support/forums/.