I have just taken over someone's hosted WordPress site. How do I find out what version he is running?
Simply login to your WordPress admin account and go to Dashboard » Updates page. On this page, you'll see the timestamp when your WordPress site last checked for updates.
Look in wp-includes/version.php
/**
* The WordPress version string
*
* @global string $wp_version
*/
$wp_version = '2.8.4';
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With