How do I find out what version of WordPress is running?

leora picture leora · Sep 7, 2009 · Viewed 144.8k times · Source

I have just taken over someone's hosted WordPress site. How do I find out what version he is running?

Answer

Paul Dixon picture Paul Dixon · Sep 7, 2009

Look in wp-includes/version.php

/**
 * The WordPress version string
 *
 * @global string $wp_version
 */
$wp_version = '2.8.4';