: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
// Clear URL - remove wpforms_form_id
var loc = window.location,
if ( query.indexOf( 'wpforms_form_id=' ) !== -1 ) {
query = query.replace( /([&?]wpforms_form_id=[0-9]*$|wpforms_form_id=[0-9]*&|[?&]wpforms_form_id=[0-9]*(?=#))/, '' );
history.replaceState( {}, null, loc.origin + loc.pathname + query );
if ( $( 'div.wpforms-confirmation-scroll' ).length ) {
$( 'html,body' ).animate(
{ scrollTop: ( $( 'div.wpforms-confirmation-scroll' ).offset().top ) - 100 },