Menu
Disclosure: ULTIDA's content is free & reader-supported. We may earn a commission if you click & buy through our links. Your support helps us create the best content & make a difference.
Tutorials

How To Check WordPress PHP Version (4 Ways)

how to check wordpress php version

Welcome to my guide on how to check your WordPress PHP version.

If you’re running a WordPress site, you might know it’s not just about creating engaging content or visually appealing design.

The underlying technology, especially PHP, is pivotal in ensuring your website runs smoothly, securely, and efficiently.

PHP is the backbone of WordPress; it’s the scripting language that powers every page, post, and feature of your site.

Keeping PHP up-to-date is not just a good practice – it’s essential.

Why?

Because an updated PHP version means your site is equipped with the latest features, security patches, and performance enhancements.

But how do you know if your PHP version is current or if it’s time for an update?

That’s why I created this friendly guide.

Note: You might also be interested in my guide on how to update PHP version in WordPress.

This post covers:

Understanding PHP & Its Importance For WordPress

In a nutshell, PHP is the heart of your WordPress site. So, keeping it updated is crucial for your site’s health, security, and overall performance.

PHP, or Hypertext Preprocessor, is the soulful script that brings your WordPress site to life.

It translates all the complex code into the beautiful web pages your visitors interact with.

What Is PHP & Its Role In WordPress?

Imagine you’re at a restaurant.

You order your meal (that’s you interacting with a WordPress site), the chef (PHP) whips up your dish behind the scenes, and voila, your meal is served (the final web page).

In WordPress, PHP is that chef, tirelessly working to ensure every click leads to the right outcome, every post is displayed correctly, and your entire site functions just as you intended.

The Impact Of PHP Version On WP Functionality, Security, & Compatibility

Each new PHP version brings improvements to your WordPress site.

These make it faster, more secure against cyber threats, and more compatible with the latest plugins and themes.

It’s like getting a free upgrade to first class, ensuring your site flies high without any turbulence.

Why Update PHP For WordPress Sites?

Keeping PHP updated is akin to regular health check-ups.

Just as you’d want to ensure everything functions optimally for your well-being, your WordPress site needs that same care and attention.

Updating PHP ensures your site is at its best, offering visitors a seamless experience while keeping those pesky cyber threats at bay.

Plus, it ensures your site remains compatible with the latest and greatest WordPress bells and whistles.

This allows you to utilize all the innovative features that come your way.

How To Check Your WordPress PHP Version

Curious about which PHP version your WordPress site is running on?

No worries, I’m here to guide you through it with some easy-to-follow methods.

Method 1: Through WordPress Admin Dashboard

This is like the express lane to finding your PHP version.

click tools and the site health in wp dashboard

Log in to your WordPress dashboard.

Navigate to Tools > Site Health.

Click on the Info tab.

click info in site health

Scroll down to Server.

search for server

Find the PHP Version line.

find your wordpress php version in site health

And this is the easiest and fastest way to find out your WP site’s PHP version.

Method 2: Using Hosting Control Panel

If you’re ready for a bit more of an adventure, the control panel of your WordPress hosting account is your next destination.

update wordpress php version in kinsta

  • Log in to your hosting account.
  • Find the “PHP Version” or “PHP Configuration” section: Depending on your hosting provider, this could be in different locations. Common spots are under “Software,” “Advanced,” “Pages,”, or directly on the main page.
  • Look for the current PHP version displayed. (This is also usually where you can change the version if you want to upgrade or downgrade.)

Method 3: Creating A PHP Info File

Feeling a bit more adventurous?

Let’s create a magical scroll, or a PHP info file in tech terms.

  • Open a text editor (Notepad or Sublime Text works great) and paste the following magical incantation: ““.
  • Save this file as “phpinfo.php”: Be sure to name it exactly like this, as it’s the key to unlocking the information.
  • Upload this file to your website using an FTP client or the file manager in your hosting control panel. Place it in the root directory, where your WordPress files live.
  • Open a browser and go to “www.yoursitename.com/phpinfo.php”: Replace “yoursitename.com” with your actual domain, and behold, the scroll unfolds, revealing your PHP version among other treasures.

Pro tip: Don’t forget to delete the file afterward to keep your site safe from prying eyes!

Method 4: Via FTP and WP-Config File

For those who enjoy a bit of coding adventure, this method involves delving into the heart of WordPress via FTP.

  • Connect to your site using an FTP client. (You can use Filezilla for this.)
  • Navigate to the “wp-config.php” file: This is the main scroll of your WordPress site.
  • Edit the file and add the following line: “echo ‘Current PHP version: ‘ . phpversion();” at the top, right after “<?php”.
  • Save the file and visit your WordPress admin area: The PHP version is displayed at the bottom, like a secret message only for you.

Pro tip: Skip this method if you’re a beginner and unfamiliar with coding and updating files. (Or at least keep a backup of the wp-config.php file, just in case.)

What To Do If Your PHP Version Is Outdated

So, you’ve discovered that your WordPress site’s PHP version belongs in a museum?

Fear not!

1. The Risks Of Using An Outdated PHP Version

An outdated PHP version invites security vulnerabilities, making your site an easy target for cyber-attacks.

Plus, your site’s performance might lag, and compatibility issues could arise, leaving some features and plugins stranded on deserted islands.

2. General Steps To Upgrade PHP In WordPress

  • Backup: Before updating, ensure you have a backup of your entire site.
  • Consult with your crew: Reach out to your hosting provider. They can safely guide you through upgrading your PHP version.
  • Test the waters: Use a staging environment to test the new PHP version with your site.
  • Upgrade: Once you’ve ensured everything works in the staging environment, it’s time to upgrade your live site. Your hosting provider can often help with this, making the transition smooth.

3. Post-Upgrade Checks: Ensure Site Functionality & Performance

After the upgrade, it’s essential to ensure your website runs smoothly:

  • Check for intruders: Review your site to ensure all pages load correctly and no features have walked the plank.
  • Monitor the ship’s speed: Use tools (such as Pingdom Tools) to check your site’s performance and speed. Upgrading PHP should make your site faster.
  • Look out for compatibility issues: Ensure all plugins and themes are compatible with the new PHP version. If any are causing mutiny, you may need to update them or find alternatives.

Upgrading your PHP version is crucial for the security and performance of your WordPress site.

Conclusion: Master WP PHP Versions!

Maintaining an up-to-date PHP version for your WordPress site is crucial.

It’s not just about making minor adjustments; it’s about ensuring your site operates at its best.

An updated PHP version acts like a guiding light, leading to improved performance and enhanced security and ensuring everything runs smoothly with the latest WP features.

Let’s commit to this: regularly monitor our PHP version, treating it as essential to our site’s upkeep.

This way, we keep our WordPress sites as vibrant hubs of content and interaction, shielded from potential digital threats.

FAQs About WordPress PHP Version

How do I know if my WordPress PHP version needs updating?

Check your current PHP version in the WordPress dashboard under “Tools” > “Site Health” or consult your hosting control panel. (If it’s below the recommended version by WordPress, it’s time for an update.)

Can updating PHP break my WordPress site?

There’s a possibility, especially if you’re using older plugins or themes incompatible with the newer PHP version. Always test the update in a staging environment first to ensure everything works smoothly.

How often should I check for PHP updates?

It’s a good practice to check for PHP updates every 3-6 months, as PHP versions are regularly updated for security and performance improvements.

Who should I contact if I’m not comfortable updating PHP myself?

Reach out to your hosting provider’s support team. They’re usually well-equipped to assist with PHP updates and can often handle the process for you.

What should I do after updating PHP?

After updating, thoroughly test your site for any issues. Check all pages, functionality, and performance to ensure everything operates as expected. If you encounter problems, consult your hosting provider or a WordPress professional.

About Author

Rok decided to put his original approach and vision into action by starting ULTIDA, thanks to his extensive experience with web development and design since 2011. Working with 100s of clients made his subconscious mind think of nothing but themes, HTML, plugins, mockups, etc.