Skip to content

Commit 8b2d83a

Browse files
Update widget.subscribe.php
1 parent 331d65c commit 8b2d83a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widget.subscribe.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ function add_subscriber() {
353353
}
354354
} else {
355355
$var_name = str_replace( 'custom_', '', $name_stripped );
356-
$vars[ $var_name ] = sanitize_text_field( stripslashes ( $_POST[ 'custom_' . $name_stripped ] ) );
356+
$vars[ $var_name ] = sanitize_text_field( $_POST[ 'custom_' . $name_stripped ] );
357357
}
358358
}
359359
}

0 commit comments

Comments
 (0)