WC_Webhook::set_secret()
Method: Set the secret used for generating the HMAC-SHA256 signature.
Source: includes/class-wc-webhook.php:870
Method: Set the secret used for generating the HMAC-SHA256 signature.
Source: includes/class-wc-webhook.php:870
Method: Set the webhook topic and associated hooks.
Source: includes/class-wc-webhook.php:881
Method: Set the delivery URL.
Source: includes/class-wc-webhook.php:897
Method: Get WP API integration payload.
Source: includes/class-wc-webhook.php:417
Method: Build the payload data for the webhook.
Source: includes/class-wc-webhook.php:455
Method: Generate a base64-encoded HMAC-SHA256 signature of the payload body so the recipient can verify the authenticity of the webhook. Note that the signature is calculated after the body has already been encoded (JSON by default).
Source: includes/class-wc-webhook.php:493
Method: Generate a new unique hash as a delivery id based on current time and wehbook id.
Source: includes/class-wc-webhook.php:507
Method: Log the delivery request/response.
Source: includes/class-wc-webhook.php:521
Method: Track consecutive delivery failures and automatically disable the webhook.
Source: includes/class-wc-webhook.php:591
Method: Get the delivery logs for this webhook.
Source: includes/class-wc-webhook.php:611