In this article

filter

jetpack_unauth_file_download_signing_key

Filters the secret used to sign Forms unauthenticated file-download links. Defaults to the Jetpack blog token secret. Environments without a usable blog token (e.g. WordPress.com Simple) can return their own stable, secret value here so that download links can still be signed and verified.

Parameters

$secret
string

The signing secret. Empty string if none is available.

Changelog

How to use this hook

See “How to use actions and filters to customize Jetpack”.