: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
class SGPBRequirementsChecker
public static function init()
public static function checkPhpVersion()
if (version_compare(PHP_VERSION, SG_POPUP_MINIMUM_PHP_VERSION, '<')) {
/* translators: 1: SG POPUP MINIMUM PHP VERSION 2: PHP VERSION */
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));