Webhook::destination()

Summary

No summary available.

Source

File: src/BigCommerce/Webhooks/Webhook.php

	public function destination() {
		return sprintf( '%s/bigcommerce/webhook/%s', home_url(), static::NAME );
	}


User Contributed Notes

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