What PHP Version Is My WordPress Site Running?

If you are not sure which version of PHP your WordPress site is running, you can check the “WordPress Version” header in the footer of your WordPress site’s home page. If you are running the most recent version of WordPress (3.8 or greater), you are running the latest version of PHP. If you are running an older version of WordPress, such as 2.

9 or 2.7, your PHP is likely running on an older version of the PHP interpreter (5.3 or 5.2, respectively) and may not be able to support all the new features of the latest WordPress version. If you are running an older version of WordPress and you wish to upgrade to the latest version of PHP, you can do so by following these instructions:.

1. Locate the file wp-config.

php in your WordPress site’s root directory.

2. Open wp-config.

php in your text editor of choice and locate the line that reads “error_reporting”.

3. Change the value of this line to “E_ALL”.

4. Save wp-config.

php and reload your WordPress site.

5. Your site should now run the latest version of the PHP interpreter.

If you are still experiencing problems, please contact your hosting provider or WordPress support team for assistance.