wc_get_webhook_rest_api_versions()

Get webhoook REST API versions.


Description Description


Return Return

(array)


Top ↑

Source Source

File: includes/wc-webhook-functions.php

function wc_get_webhook_rest_api_versions() {
	return array(
		'wp_api_v1',
		'wp_api_v2',
		'wp_api_v3',
	);
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.5.1 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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