WC_Admin_Webhooks::get_logs_navigationpublic staticWC 1.0

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.

Get the logs navigation.

Method of the class: WC_Admin_Webhooks{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = WC_Admin_Webhooks::get_logs_navigation( $total, $webhook );
$total(int) (required)
Deprecated.
$webhook(WC_Webhook) (required)
Deprecated.

Changelog

Deprecated since 3.3.0

WC_Admin_Webhooks::get_logs_navigation() code WC 10.8.1

public static function get_logs_navigation( $total, $webhook ) {
	wc_deprecated_function( 'WC_Admin_Webhooks::get_logs_navigation', '3.3' );
}