Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit a33abfc

Browse files
committed
return redirect url instead of null
1 parent 1a8fd77 commit a33abfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/privacy/class-wcs-privacy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public static function add_privacy_bulk_action( $bulk_actions ) {
124124
*/
125125
public static function handle_privacy_bulk_actions( $redirect_url, $action, $subscription_ids ) {
126126
if ( 'wcs_remove_personal_data' !== $action ) {
127-
return;
127+
return $redirect_url;
128128
}
129129

130130
$changed = 0;

0 commit comments

Comments
 (0)