Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/popup-bu.../com/classes
File: SGPBRequirementsChecker.php
<?php
[0] Fix | Delete
class SGPBRequirementsChecker
[1] Fix | Delete
{
[2] Fix | Delete
public static function init()
[3] Fix | Delete
{
[4] Fix | Delete
self::checkPhpVersion();
[5] Fix | Delete
}
[6] Fix | Delete
[7] Fix | Delete
public static function checkPhpVersion()
[8] Fix | Delete
{
[9] Fix | Delete
if (version_compare(PHP_VERSION, SG_POPUP_MINIMUM_PHP_VERSION, '<')) {
[10] Fix | Delete
/* translators: 1: SG POPUP MINIMUM PHP VERSION 2: PHP VERSION */
[11] Fix | Delete
wp_die(sprintf( esc_html__('Popup Builder plugin requires PHP version >= %1$s version required. You server using PHP version = %2$s'), esc_html(SG_POPUP_MINIMUM_PHP_VERSION), PHP_VERSION));
[12] Fix | Delete
}
[13] Fix | Delete
}
[14] Fix | Delete
}
[15] Fix | Delete
[16] Fix | Delete
[17] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function