WC_Webhook::get_delivery_logs
Get the delivery logs for this webhook.
Method of the class: WC_Webhook{}
No Hooks.
Returns
String.
Usage
$WC_Webhook = new WC_Webhook(); $WC_Webhook->get_delivery_logs();
Changelog
| Since 3.3.0 | Introduced. |
WC_Webhook::get_delivery_logs() WC Webhook::get delivery logs code WC 10.7.0
public function get_delivery_logs() {
return add_query_arg( 'source', 'webhooks-delivery', LoggingUtil::get_logs_tab_url() );
}