: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
<?php defined( 'ABSPATH' ) || exit; ?>
<div id="wws-layout-2" class="wws-popup-container wws-popup-container--position">
<?php if ( 'yes' === get_option( 'wws_gradient_status' ) ) : ?>
<div class="wws-gradient wws-gradient--position"></div>
<div class="wws-popup" data-wws-popup-status="0">
<div class="wws-popup__header">
<!-- Popup close button -->
<div class="wws-popup__close-btn wws--text-color wws--bg-color wws-shadow">
<?php echo WWS_Icons::get( 'close' ); ?>
<div class="wws-clearfix"></div>
<!-- .Popup close button -->
<div class="wws-popup__body">
<div class="wws-popup__support-wrapper">
<div class="wws-popup__support wws-shadow">
<div class="wws-popup__support-about wws--text-color wws--bg-color">
<div class="wws-popup__support-img-wrapper">
<?php if ( '' === get_option( 'wws_support_person_image' ) ) : ?>
<img class="wws-popup__support-img" src="<?php echo esc_url( WWS_PLUGIN_URL . 'assets/img/user.svg' ); ?>" alt="WeCreativez WhatsApp Support" width="50" height="50">
<img class="wws-popup__support-img" src="<?php echo esc_url( get_option( 'wws_support_person_image' ) ) ?>" alt="WeCreativez WhatsApp Support" width="50" height="50">
<?php echo esc_textarea( apply_filters( 'wws_about_support_text', get_option( 'wws_about_support_text' ) ) ) ?>
<div class="wws-popup__support-welcome">
<?php echo esc_html( get_option( 'wws_welcome_message' ) ) ?>
<?php do_action( 'wws_action_plugin' ) ?>
<div class="wws-popup__input-wrapper wws-shadow">
<input type="text" class="wws-popup__input" placeholder="<?php echo esc_attr( get_option( 'wws_input_placeholder_text' ) ) ?>" autocomplete="off">
<svg class="wws-popup__send-btn" version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 40 40" style="enable-background:new 0 0 40 40;" xml:space="preserve">
.wws-lau00001{fill:<?php echo esc_html( get_option( 'wws_layout_background_color' ) ) ?>80;}
.wws-lau00002{fill:<?php echo esc_html( get_option( 'wws_layout_background_color' ) ) ?>;}
<path id="path0_fill" class="wws-lau00001" d="M38.9,19.8H7.5L2,39L38.9,19.8z"></path>
<path id="path0_fill_1_" class="wws-lau00002" d="M38.9,19.8H7.5L2,0.7L38.9,19.8z"></path>
<div class="wws-clearfix"></div>
<div class="wws-popup__footer">
<!-- Popup open button -->
<div class="wws-popup__open-btn wws--text-color wws--bg-color wws-shadow">
<?php echo WWS_Icons::get( 'whatsapp' ); ?> <span><?php echo esc_html( apply_filters( 'wws_trigger_button_text', get_option( 'wws_trigger_button_text' ) ) ) ?></span>
<div class="wws-clearfix"></div>
<!-- .Popup open button -->