WC_Webhook::get_topic()
Method: Get the webhook topic, e.g. `order.created`.
Source: includes/class-wc-webhook.php:742
Method: Get the webhook topic, e.g. `order.created`.
Source: includes/class-wc-webhook.php:742
Method: Get the delivery URL.
Source: includes/class-wc-webhook.php:754
Method: Get the user ID for this webhook.
Source: includes/class-wc-webhook.php:766
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
Method: Get the delivery log specified by the ID. The delivery log includes:
Source: includes/class-wc-webhook.php:629