[Fix] str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated

[Fix] str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated

PHP 8.1 deprecated passing null to parameter #3 when using str_replace(). str_repace() is commonly used among developers to replace the one word with another in the string. Example: which replaces [ with { in the string $value. Since 8.1, if

Pin It on Pinterest