WC_Webhook::get_delivery_logs()

Get the delivery logs for this webhook.


Description Description


Return Return

(string)


Top ↑

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' ) ) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.