Warning: This method has been deprecated.

WC_Legacy_Webhook::get_post_data()

Get the post data for the webhook.


Description Description


Return Return

(null|WP_Post)


Top ↑

Source Source

File: includes/legacy/class-wc-legacy-webhook.php

	public function get_post_data() {
		wc_deprecated_function( 'WC_Webhook::get_post_data', '3.2' );

		return null;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.2.0 This method has been deprecated.
2.2 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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