WC_Admin_Webhooks::get_logs_navigation()public staticWC 1.0

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.

Get the logs navigation.

Method of the class: WC_Admin_Webhooks{}

No Hooks.

Return

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 8.7.0

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