Warning: This method has been deprecated.

WC_Admin_Webhooks::get_logs_navigation( int $total, WC_Webhook $webhook )

Get the logs navigation.


Description Description


Parameters Parameters

$total

(Required) Deprecated.

$webhook

(Required) Deprecated.


Top ↑

Source Source

File: includes/admin/class-wc-admin-webhooks.php

	public static function get_logs_navigation( $total, $webhook ) {
		wc_deprecated_function( 'WC_Admin_Webhooks::get_logs_navigation', '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.