WC_Webhook::get_delivery_logs()
Get the delivery logs for this webhook.
Description Description
Return Return
(string)
Source Source
File: includes/class-wc-webhook.php
public function get_delivery_logs() { return esc_url( add_query_arg( 'log_file', wc_get_log_file_name( 'webhooks-delivery' ), admin_url( 'admin.php?page=wc-status&tab=logs' ) ) ); }
Changelog Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |