{"id":186659,"date":"2020-04-14T02:34:04","date_gmt":"2020-04-14T02:34:04","guid":{"rendered":"https:\/\/premium.wpmudev.org\/blog\/?p=186659"},"modified":"2020-04-07T21:35:03","modified_gmt":"2020-04-07T21:35:03","slug":"how-to-update-php-in-wordpress","status":"publish","type":"post","link":"https:\/\/wpmudev.com\/blog\/how-to-update-php-in-wordpress\/","title":{"rendered":"Supercharge Your Site: How To Update Your PHP in WordPress"},"content":{"rendered":"<p>Faster than a speeding bullet! More powerful than a locomotive! Able to leap tall buildings in a single bound! Okay, maybe not that last part. However, when you keep your PHP up to date, you inherently enhance your website\u2019s performance, security, and SEO. That&#8217;s pretty super in our opinion.<\/p>\n<a class=\"general_big_button\" href=\"https:\/\/wpmudev.com\/blog\/wordpress-host-test-results\/\"><span class=\"text\">Oct 2020: We tested all the best WordPress hosts! Find out how we compare.<\/span><span class=\"button-a-b\">View Results<\/span><\/a>\n<p>In this article, I\u2019ll be going into why PHP is crucial for WordPress, how it works, and how to keep it current.<\/p>\n<p>Plus, we\u2019ll show you some additional solutions to keeping your PHP in shape. You\u2019ll then know what steps to take to ensure your site isn\u2019t crime-ridden with bugs, slowness, and insecurities.<\/p>\n<p>Your site will be such a hero for protecting its assets and keeping everything running smoothly, it may just have to wear a cape&#8230;<\/p>\n<figure id=\"attachment_186660\" class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-186660\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2020\/04\/Dev_Man_Flying_With_Caped_Computer.jpg\" alt=\"Keeping your PHP up to date with Dev Man.\" width=\"600\" height=\"300\" \/><figcaption class=\"wp-caption-text\">An updated PHP can create a super website.<\/figcaption><\/figure>\n<h2>What is PHP?<\/h2>\n<p>To give you a quick backstory on it, we\u2019ll go back to 1994, when PHP was originally developed by <a href=\"https:\/\/en.wikipedia.org\/wiki\/Rasmus_Lerdorf\" rel=\"noopener\" target=\"_blank\">Rasmus Lerdorf<\/a> in the mean streets of, well, I don\u2019t know for sure (and I don\u2019t know if they were \u2018mean\u2019).<\/p>\n<p>Since then, it\u2019s become one of the most popular scripting languages for the web.<\/p>\n<p>The name was originally derived from <strong>Personal Home Page\/Forms Interpreter<\/strong>. It\u2019s a script language and interpreter that is freely available and used mostly on Linux Web servers.<\/p>\n<p>Put simply, PHP is a programming language used on websites. However, what&#8217;s unique about PHP, is that it\u2019s a <strong>server-side language<\/strong>.<\/p>\n<p>You see, websites use two types of languages. There&#8217;s a <strong>client-side language<\/strong>, and then there\u2019s the <strong>server-side language<\/strong>.<\/p>\n<p>So what\u2019s the difference?<\/p>\n<p>Client-side languages (like HTML and JavaScript) do their work on the client system. An example of this is the MacBook of the person who is viewing your WordPress site.<\/p>\n<p>PHP, on the other hand, does all of its work on the server, where your <a href=\"https:\/\/wpmudev.com\/hosting\/\" target=\"_blank\" rel=\"noopener\">site is hosted<\/a>.<\/p>\n<p>WordPress uses PHP so that it&#8217;s possible to interact with the database and to retrieve data. What that means is it uses PHP to get things from the database and then to output them as HTML.<\/p>\n<p>A variety of PHP tags and functions that WordPress provides is what enables this to occur on your page.<\/p>\n<p>PHP is beneficial with WordPress because it\u2019s your link between your web page and the database.<\/p>\n<p>If a visitor requests a page on your site, WordPress will interact with the database on the server-side and \u2014 <em>kazam!<\/em> \u2014 output the page.<\/p>\n<figure id=\"attachment_186661\" class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-186661\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2020\/04\/example-of-hello-world-php.png\" alt=\"Example of WordPress PHP.\" width=\"600\" height=\"118\" \/><figcaption class=\"wp-caption-text\">Example of PHP code embedded in an HTML document.<\/figcaption><\/figure>\n<p>Instead of using static HTML for each page, PHP generates pages dynamically. This simplifies things by saving you the time and hassle of creating loads of static web pages for your site.<\/p>\n<h2>Up, Up-date, and Away!<\/h2>\n<p>Now that you know what PHP is&#8230; what\u2019s with the updates, and why are they important?<\/p>\n<p>First, to be clear on what we\u2019re looking at, let\u2019s start by mentioning that PHP uses a point versioning system to manage its releases.<\/p>\n<p>The first digit is the major version, the second digit is the minor version, and the third digit is the release version.<\/p>\n<p>So, let\u2019s say it\u2019s version: <strong>PHP 7.4.3<\/strong> that was released in February 2020.<\/p>\n<p>7 represents the major version, 4 represents the minor version, and 3 is the release version.<\/p>\n<p>There are three main categories for support when it comes to these versions.<\/p>\n<ol>\n<li><strong>Active Support:<\/strong> These versions are actively supported. That means when bugs or security issues get fixed, regular point releases occur.<\/li>\n<li><strong>Security Only:<\/strong> Versions where there\u2019s just support for critical security threats and releases and are made as-needed instead of on a schedule.<\/li>\n<li><strong>End of Life:<\/strong> When versions are no longer supported and can be exposed to unpatched security susceptibility.<\/li>\n<\/ol>\n<p>Many updates have rolled out since 1994, and it\u2019s important to keep up with them because of these three major reasons. Otherwise, your site will eventually collapse in defeat.<\/p>\n<h2>How to Check PHP Version in WordPress<\/h2>\n<p>It\u2019s simple to find out what version of PHP your site is using. You can access this information right from the WordPress dashboard.<\/p>\n<p>Go to <strong>Tools <\/strong>&gt; <strong>Site Health<\/strong> first.<\/p>\n<figure id=\"attachment_186662\" class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-186662\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2020\/04\/Site-health-wordpress.png\" alt=\"The Site Health area in WordPress.\" width=\"600\" height=\"311\" \/><figcaption class=\"wp-caption-text\">The Site Health area in WordPress.<\/figcaption><\/figure>\n<p>This will tell you the status of your site. As you can see, in this example mine is <strong>Good<\/strong>.<\/p>\n<p>Also, some recommended improvements are displayed, and if your PHP is outdated, this would also display here.<\/p>\n<p>From this point, you can check your version of PHP by clicking the <strong>Passed Tests<\/strong>.<\/p>\n<figure id=\"attachment_186663\" class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-186663 size-full\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2020\/04\/PHP-up-to-date.png\" alt=\"Version of PHP.\" width=\"600\" height=\"334\" \/><figcaption class=\"wp-caption-text\">This version of PHP is 7.3.14.<\/figcaption><\/figure>\n<p>It even has a dropdown to learn more about PHP and for additional information.<\/p>\n<p>For additional ways, see our article on <a href=\"https:\/\/wpmudev.com\/blog\/find-php-info\/\" target=\"_blank\" rel=\"noopener\">how to tell what PHP functions are enabled on your server<\/a>.<\/p>\n<h2>Save The (Up)Date<\/h2>\n<p>To quickly recap&#8230; we now know why updates happen, and where to find your version of PHP in WordPress.<\/p>\n<p>But one other thing to mention before we continue, is that necessary updates for plugins, themes, etc., don\u2019t always happen.<\/p>\n<p>PHP falls into this same boat. And the reality is, many businesses, hosting providers, sites, and developers are not supporting the latest version of PHP.<\/p>\n<p>Sometimes it\u2019s simply due to laziness, other times it&#8217;s a lack of resources (e.g. funds to provide a developer to upgrade).<\/p>\n<p><strong>Common reasons why the latest PHP version is not being supported:<\/strong><\/p>\n<ul>\n<li>It\u2019s too time-consuming for plugin and theme developers<\/li>\n<li>Website owners are unaware (or don\u2019t mind)<\/li>\n<li>Web hosts don\u2019t want to risk breaking sites<\/li>\n<\/ul>\n<p>It goes without saying, older PHP versions will be more vulnerable to security risks.<\/p>\n<p>The newer versions have ways of handling bug fixes and also new language features. All of this can also help improve the performance of your applications and lower resource usage.<\/p>\n<p>At the same time, this helps reduce server costs and makes the server more beneficial for users.<\/p>\n<p>Any bug fixes also improve application performance by taking care of errors (e.g. user-facing errors).<\/p>\n<p>It\u2019s not rare for legacy applications to include error logs that have warnings. In many cases, this can all be cured with an easy version upgrade.<\/p>\n<p>Finally, you need to take steps to upgrade PHP yourself or ensure your hosting provider will help you.<\/p>\n<p>Luckily, with good hosting, it can be done practically for you. For example, <a href=\"https:\/\/wpmudev.com\/hosting\/?icn=php_version_update&amp;ici=text-link_WPMU_DEV_hosting\" target=\"_blank\" rel=\"noopener\">WPMU DEV Hosting<\/a> uses the latest PHP version.<\/p>\n<h2>Prepping For PHP<\/h2>\n<p>It might be scary thinking of updating your PHP when some developers avoid it in fear of screwing up EVERYTHING.<\/p>\n<p>Okay, maybe that\u2019s a bit dramatic. And the truth is, it\u2019s not that scary and you shouldn\u2019t worry.<\/p>\n<p>There\u2019s no guarantee that you won\u2019t run across any problems. WordPress works with PHP versions from way back to 5.6.20, and it\u2019s hard to tell for sure if your themes and plugins will function.<\/p>\n<p>Of course, they should. Any good, reputable themes and plugins should be alright, but it\u2019s no guarantee.<\/p>\n<p>However, there are a couple of things you can do to mitigate your risks before moving forward.<\/p>\n<h3><strong>1. Make a Backup Of Your Website<\/strong><\/h3>\n<p>In case all hell does break loose (which isn\u2019t likely), this will let you revert to your site to how it was.<\/p>\n<p>A good <a href=\"https:\/\/wpmudev.com\/blog\/free-quality-backup-plugins\/\" target=\"_blank\" rel=\"noopener\">plugin to backup your site<\/a> will do the trick. You can also create a copy of your site by exporting all of the files and a copy of the database.<\/p>\n<p><a href=\"https:\/\/wpmudev.com\/blog\/ftp-wordpress\/?icn=php_version_update&amp;ici=text-link_use_SFTP_for_your_files\" target=\"_blank\" rel=\"noopener\">Use SFTP for your files<\/a> and export a copy of your database using MyPHP.<\/p>\n<p>Keep in mind you might be able to use your last backup, too.<\/p>\n<h3><strong>2. Update WordPress, Plugins, and Themes<\/strong><\/h3>\n<p>You can do this from your dashboard by heading to <strong>Updates <\/strong>and then<strong> Updating All.<\/strong><\/p>\n<figure id=\"attachment_186664\" class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-186664\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2020\/04\/wordpress-updates.png\" alt=\"WordPress updates.\" width=\"600\" height=\"222\" \/><figcaption class=\"wp-caption-text\">As you can see, my latest version of WordPress, plugins, and theme is up to date.<\/figcaption><\/figure>\n<p>If you happen to be a WPMU DEV premium member, you can update from <a href=\"https:\/\/wpmudev.com\/blog\/manage-all-your-wordpress-sites-with-the-hub\/\" target=\"_blank\" rel=\"noopener\">The Hub<\/a> by clicking <strong>Update Everything<\/strong>. (And P.S. &#8212; our plugins are always up-to-date.)<\/p>\n<figure id=\"attachment_186665\" class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-186665\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2020\/04\/Update-everything-wpmu-dev.png\" alt=\"Update everything inside WPMU DEV dashboard.\" width=\"600\" height=\"300\" \/><figcaption class=\"wp-caption-text\">Where to update everything for your plugins in The Hub for WPMU DEV Premium members.<\/figcaption><\/figure>\n<p>From here, you can also see what PHP version you have. Just click on <strong>Overview<\/strong> and it has all of the information available immediately.<\/p>\n<figure id=\"attachment_186666\" class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-186666\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2020\/04\/PHP-version-wpmu-dev-hosting.png\" alt=\"PHP version.\" width=\"600\" height=\"250\" \/><figcaption class=\"wp-caption-text\">As you can see, one of my websites is on PHP Version 7.3.<\/figcaption><\/figure>\n<p>It\u2019s an easier way to view all things PHP.<\/p>\n<p>Whether you&#8217;re a WPMU DEV member or not, now you have your site backed-up, done due diligence, and are ready to update.<\/p>\n<h2>How To Update PHP With cPanel<\/h2>\n<p>cPanel is a very recognizable hosting management dashboard interface. It\u2019s found on most shared hosts.<\/p>\n<p>So, if you need to update PHP for yourself, chances are you\u2019re on a shared hosting plan and this video should help.<\/p>\n<p>If your host doesn\u2019t use cPanel, we\u2019ll cover that coming up soon.<\/p>\n<p><span class=\"embed-youtube\" style=\"text-align:center; display: block;\"><span class=\"embed-youtube-lazy-id dev-hidden\">vuSQx8ncdLQ<\/span><\/span><\/p>\n<h2>Updating PHP in WordPress<\/h2>\n<p>If your host allows it, you have a couple of options when updating in WordPress. You can create a <strong>local<\/strong> or <strong>staging<\/strong> site.<\/p>\n<p>To get you set up on your local computer, we have an article on<a href=\"https:\/\/wpmudev.com\/blog\/setting-up-xampp\/?icn=php_version_update&amp;ici=text-link_how_to_set_up_xampp\" target=\"_blank\" rel=\"noopener\"> how to set up XAMPP<\/a> that can help you accomplish this.<\/p>\n<p>When your testing environment is all set up, you can add the files and database from the downloads that were mentioned earlier. This way, you\u2019ll have a replica of your live site.<\/p>\n<p>Once you\u2019re all set up with a copy of your site in <a href=\"https:\/\/wpmudev.com\/blog\/wordpress-local-development-introduction\/\" target=\"_blank\" rel=\"noopener\">your testing environment<\/a>, you can upgrade the PHP version of your testing site.<\/p>\n<p>Ensure all of your plugins and themes are compatible with the new update. Go through your test site and make sure nothing is broken.<\/p>\n<p>Test out everything; including checkout processes, web forms, navigations, and all other features that you can check off the list that contribute to your bottom line.<\/p>\n<h2>The Stage is Set<\/h2>\n<p>With <a href=\"https:\/\/wpmudev.com\/hosting\/\" target=\"_blank\">our hosting<\/a>, it&#8217;s quick and easy to test your site before updating your PHP. We have the option to set up a staging site available on our dashboard under <strong>Staging<\/strong>.<\/p>\n<figure id=\"attachment_186774\" class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-186774\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2020\/04\/staging-section.png\" alt=\"Staging area in WPMU DEV.\" width=\"600\" height=\"337\" \/><figcaption class=\"wp-caption-text\">Where you can stage your site before updating to PHP.<\/figcaption><\/figure>\n<p>Go to Staging, select your <strong>PHP Version<\/strong>, and testing in the staging site before moving to production is best.<\/p>\n<figure id=\"attachment_203214\" class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-203214\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2020\/04\/image-20211111-001904.png\" alt=\"Post image\" aria-hidden=\"true\" width=\"857\" height=\"562\" \/><figcaption class=\"wp-caption-text\">Select the PHP Version that&#8217;s right for you.<\/figcaption><\/figure>\n<p>Then to get moving, click <strong>Start<\/strong> to copy your production site over. It takes just several moments for it to get set up.<\/p>\n<p>Once it&#8217;s ready to go, you&#8217;ll have three staging options:<\/p>\n<ol>\n<li><strong>Move Staging to Production<\/strong><\/li>\n<li><strong>Reset Staging<\/strong><\/li>\n<li><strong>Delete Staging<\/strong><\/li>\n<\/ol>\n<figure id=\"attachment_186782\" class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-186782\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2020\/04\/staging-options.png\" alt=\"Staging options.\" width=\"600\" height=\"272\" \/><figcaption class=\"wp-caption-text\">Your various staging options in WPMU DEV hosting.<\/figcaption><\/figure>\n<p>You&#8217;ll have two options for what you want to push once you click <strong>Go<\/strong>:<\/p>\n<ol>\n<li><strong>Files<\/strong><\/li>\n<li><strong>Files &amp; Database<\/strong><\/li>\n<\/ol>\n<figure id=\"attachment_186783\" class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-186783\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2020\/04\/files-and-files-and-databases-image.png\" alt=\"Options when staging a site.\" width=\"600\" height=\"530\" \/><figcaption class=\"wp-caption-text\">Your two options.<\/figcaption><\/figure>\n<p>When you decide on an option, click <strong>Next Step<\/strong>.<\/p>\n<p>After that, your staging site is ready!<\/p>\n<p>You&#8217;ll have a custom URL for staging and can get to work. Plus, there&#8217;s peace of mind in the form of a pre-staging push backup, in case things go wrong.<\/p>\n<p>At this point, you can test out everything and update accordingly.<\/p>\n<h2>&#8216;Check&#8217; This Out<\/h2>\n<p>Something else to consider when it comes to helping with testing is the <a href=\"https:\/\/wordpress.org\/plugins\/php-compatibility-checker\/\" rel=\"noopener\" target=\"_blank\">PHP Compatibility Checker<\/a>.<\/p>\n<div class=\"image-grid cgrid-row\">\n<div class=\"cgrid-col cgrid-col-span-full\"><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-186784\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2020\/04\/PHP-Compatibility-Checker.png\" alt=\"PHP Compatibility Checker.\" width=\"600\" height=\"254\" \/><\/div>\n<\/div>\n<p>This plugin will give you a report of compatibility issues for you to fix before updating. They&#8217;re all categorized into errors and warnings.<\/p>\n<p>It will list the file and line number of the offending code, and also the information about why that line of code is incompatible with the choice of PHP.<\/p>\n<figure id=\"attachment_186785\" class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-186785\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2020\/04\/compatibility-results-screen.png\" alt=\"The compatibility results screen.\" width=\"600\" height=\"281\" \/><figcaption class=\"wp-caption-text\">The compatibility results screen.<\/figcaption><\/figure>\n<p>It even goes as far as suggesting updates to themes and plugins to replace the ones that aren&#8217;t up to date.<\/p>\n<p>You can download the <a href=\"https:\/\/wordpress.org\/plugins\/php-compatibility-checker\/\" rel=\"noopener\" target=\"_blank\">PHP Compatibility Checker here<\/a>.<\/p>\n<h2>Live Site Update<\/h2>\n<p>And now it\u2019s time to go live.<\/p>\n<p>When you\u2019ve tested all the bugs and issues with compatibility and adjusted accordingly, you\u2019re ready to update the live site, and update the newest version of PHP.<\/p>\n<p>Since PHP is set at the server level by whatever hosting company you\u2019re with, updating means that you\u2019ll have to interact with your host\u2019s settings or request that they do it for you.<\/p>\n<p>In other words, a lot of how to do an update depends on your <strong>hosting company<\/strong>.<\/p>\n<p>That\u2019s right. I can\u2019t just tell you here exactly how it\u2019s done without knowing who your hosting provider is.<\/p>\n<p>But don\u2019t worry&#8230;<\/p>\n<p>Most host providers make it simple.<\/p>\n<p>Any good reputable hosting company makes it a breeze to update PHP, and easy to find their specific information on how to do it.<\/p>\n<p>You can typically find the information out in their FAQ on their website or you may have to reach out to their support.<\/p>\n<p>With <a href=\"https:\/\/wpmudev.com\/hosting\/\" target=\"_blank\" rel=\"noopener\">WPMU DEV hosting<\/a>, for example, this option is found right in <a href=\"https:\/\/wpmudev.com\/hub-welcome\/\" target=\"_blank\" rel=\"noopener\"><strong>The Hub<\/strong><\/a> dashboard.<\/p>\n<figure id=\"attachment_186667\" class=\"wp-caption aligncenter\" data-caption=\"true\"><img loading=\"lazy\" decoding=\"async\" class=\"size-full wp-image-186667\" src=\"https:\/\/wpmudev.com\/blog\/wp-content\/uploads\/2020\/04\/option-to-change-php-wpmu-dev-hosting.png\" alt=\"Options to change PHP.\" width=\"600\" height=\"195\" \/><figcaption class=\"wp-caption-text\">Example of changing the PHP Version with WPMU DEV hosting.<\/figcaption><\/figure>\n<p>GitHub also has a <a href=\"https:\/\/github.com\/WordPress\/servehappy-resources\/blob\/master\/tutorials\/hosting-specific\/tutorials-en.md\" rel=\"noopener\" target=\"_blank\">handy resource guide<\/a> for specific companies, and how they each do their updates.<\/p>\n<p>Once you find out how it\u2019s done with your hosting company, it should be a simple click of a button (or two) to get updated.<\/p>\n<h2>It\u2019s a Bird! It\u2019s a Plane! It\u2019s Up-to-Date PHP!<\/h2>\n<p>You should be flying high now with an updated PHP.<\/p>\n<p>As you can see, it\u2019s easy to get your PHP up-to-date for WordPress. There are a few factors, precautions, and ways of doing it. A lot of it depends on you and your host.<\/p>\n<p>A good hosting company should help you keep your software up-to-date in the most effortless way possible. It shouldn\u2019t be something you need to remember to do on your own.<\/p>\n<p>Here, at WMPU DEV, members get <a href=\"https:\/\/wpmudev.com\/hosting\/\" target=\"_blank\" rel=\"noopener\">unbeatable, world-class, blazing-fast hosting<\/a>. And our own heroes are here to help you update your PHP with a click of a button.<\/p>\n<p>Plus, we also backup your site daily, assist with <a href=\"https:\/\/wpmudev.com\/blog\/top-wordpress-caching-plugins\/\" target=\"_blank\" rel=\"noopener\">caching configuration<\/a>, monitor uptime, and you\u2019ll have access to all of our premium, up-to-date plugins.<\/p>\n<p>It would be a crime to have a WordPress site not updated with the latest PHP. Luckily, you can rest easy knowing that your PHP is up to date.<\/p>\n<p>Bugs will be smashed, it laughs in the face of slow speed, and users are su-PHP-er happy.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Faster than a speeding bullet! More powerful than a locomotive! Able to leap tall buildings in a single bound! Okay, maybe not that last part. However, when you keep your PHP up to date, you inherently enhance your website\u2019s performance, security, and SEO. That&#8217;s pretty super in our opinion. In this article, I\u2019ll be going [&hellip;]<\/p>\n","protected":false},"author":811449,"featured_media":186669,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"blog_reading_time":"","wds_primary_category":0,"wds_primary_tutorials_categories":0,"footnotes":""},"categories":[263,11260,11119],"tags":[],"tutorials_categories":[],"class_list":["post-186659","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-tutorials","category-wpmu-dev-products","category-wordpress-hosting"],"_links":{"self":[{"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/posts\/186659","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/users\/811449"}],"replies":[{"embeddable":true,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/comments?post=186659"}],"version-history":[{"count":53,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/posts\/186659\/revisions"}],"predecessor-version":[{"id":186797,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/posts\/186659\/revisions\/186797"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/media\/186669"}],"wp:attachment":[{"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/media?parent=186659"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/categories?post=186659"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/tags?post=186659"},{"taxonomy":"tutorials_categories","embeddable":true,"href":"https:\/\/wpmudev.com\/blog\/wp-json\/wp\/v2\/tutorials_categories?post=186659"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}