|
@@ -37,9 +37,5 @@ |
|
37
|
37
|
*/ |
|
38
|
38
|
public function remoteRetrieveBody( $response ): string { |
|
39
|
39
|
return wp_remote_retrieve_body( $response ); |
|
40
|
40
|
} |
|
41
|
|
- |
|
42
|
|
- public function safeRedirect( string $location ): bool { |
|
43
|
|
- return wp_safe_redirect( $location ); |
|
44
|
|
- } |
|
45
|
41
|
} |