: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
// Update the background color in the color picker swatch.
$background.next().find( '.minicolors-swatch-color' ).css( 'backgroundColor', color );
// Update the background color for the image element.
$img.find( 'img' ).css( 'backgroundColor', color );
// Provide access to public functions/properties.
}( document, window, jQuery, wpforms_admin_email_settings ) );
WPFormsEmailSettings.init();