[wp-trac] [WordPress Trac] #47847: How i Check My WordPress Version?
WordPress Trac
noreply at wordpress.org
Thu Aug 8 05:09:17 UTC 2019
#47847: How i Check My WordPress Version?
--------------------------+-------------------------------
Reporter: naqeebsiraj | Owner: (none)
Type: defect (bug) | Status: closed
Priority: normal | Milestone:
Component: General | Version: 5.2.2
Severity: normal | Resolution: invalid
Keywords: | Focuses: coding-standards
--------------------------+-------------------------------
Comment (by tajac):
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
<?php bloginfo('version'); ?>
}}}
Global string:
{{{#!php
<?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>
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/47847#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list