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.
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' ); }
Changelog Changelog
Version | Description |
---|---|
3.3.0 | Introduced. |