%s', $install_url, $plugin['title'] ); } /* ********************* DEPRECATED METHODS ********************* */ /** * Determines whether or not the user has an invalid version of PHP installed. * * @deprecated 8.1 * @codeCoverageIgnore * * @return bool Whether or not PHP 5.2 or lower is installed. */ public static function is_supported_php_version_installed() { // Intentionally left blank. return true; } }