PHP Version Error WordPress
I have updated my PHP version to 7.3, but my WordPress still shows PHP version 7.0 and error, What to do?
1 Reply
Did you restart apache2…and possibly php-fpm (if you use it)?
Usually problems like this are not WPs fault…the fault can be exclusively assigned to one or more WP plugins you might be using. These are infamous for being PHP-version-dependent and not regularly-/well-maintained (the average attention span is not particularly long in the WP plugin development community).
-- sw