updated plugin ActivityPub version 9.1.0

This commit is contained in:
2026-07-28 15:03:10 +00:00
committed by Gitium
parent bf428f0e45
commit ff806e1811
217 changed files with 6098 additions and 3025 deletions

View File

@ -28,9 +28,11 @@ interface Http_Signature {
/**
* Verify the HTTP Signature against a request.
*
* @since 9.0.0 Returns the verified keyId on success instead of `true`.
*
* @param array $headers The HTTP headers.
* @param string|null $body The request body, if applicable.
* @return bool|\WP_Error
* @return string|\WP_Error The verified keyId on success, WP_Error on failure.
*/
public function verify( array $headers, $body = null );