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'


Top ↑

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' );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.3.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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