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