WC_Admin_Webhooks::logs_output
Deprecated since 3.3.0. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.
Logs output.
Method of the class: WC_Admin_Webhooks{}
No Hooks.
Returns
null
. Nothing (null).
Usage
$result = WC_Admin_Webhooks::logs_output( $webhook );
- $webhook(WC_Webhook)
- Deprecated.
Default: 'deprecated'
Changelog
Deprecated since | 3.3.0 |
WC_Admin_Webhooks::logs_output() WC Admin Webhooks::logs output code WC 9.9.5
public static function logs_output( $webhook = 'deprecated' ) { wc_deprecated_function( 'WC_Admin_Webhooks::logs_output', '3.3' ); }