Warning: This method has been deprecated.
WC_Admin_Webhooks::logs_output( WC_Webhook $webhook = 'deprecated' )
Logs output.
Description Description
Parameters Parameters
- $webhook
-
(Optional) Deprecated.
Default value: 'deprecated'
Source Source
File: includes/admin/class-wc-admin-webhooks.php
public static function logs_output( $webhook = 'deprecated' ) { wc_deprecated_function( 'WC_Admin_Webhooks::logs_output', '3.3' ); }
Changelog Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |