: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Class WPML_Debug_BackTrace
class WPML_Debug_BackTrace extends WPML\Utils\DebugBackTrace {
* @param string $php_version Deprecated.
* @param bool $provide_object
* @param bool $ignore_args
* @param string $debug_backtrace_function
public function __construct(
$debug_backtrace_function = null
parent::__construct( $limit, $provide_object, $ignore_args, $debug_backtrace_function );