Skip to content

Commit 167a7f2

Browse files
committed
fix(registration): resolves #342, fix for failed registration output
1 parent 60f4722 commit 167a7f2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

modules/class-zerospam.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -358,8 +358,6 @@ public function share_detection( $data ) {
358358
);
359359

360360
$response = wp_remote_post( $endpoint, $args );
361-
print_r($response);
362-
die();
363361

364362
// Only send one email report per detection
365363
break;

readme.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ If hosting with Pantheon, see their [known issues page](https://pantheon.io/docs
109109

110110
= v5.4.4 =
111111

112+
* fix(registration): resolves #342, fix for failed registration output
112113
* fix(php8): resolves #341, fix for php8+ compatibility issue
113114

114115
= v5.4.3 =

0 commit comments

Comments
 (0)