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)
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; }
Changelog Changelog
Version | Description |
---|---|
3.2.0 | This method has been deprecated. |
2.2 | Introduced. |