WC_Admin_Webhooks::get_logs_navigation()
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.
{} It's a method of the class: WC_Admin_Webhooks{}
No Hooks.
Return
null
. Nothing.
Usage
$result = WC_Admin_Webhooks::get_logs_navigation( $total, $webhook );
- $total(int) (required)
- Deprecated.
- $webhook(WC_Webhook) (required)
- Deprecated.
Changelog
Deprecated | 3.3.0 |
Code of WC_Admin_Webhooks::get_logs_navigation() WC Admin Webhooks::get logs navigation WC 6.7.0
public static function get_logs_navigation( $total, $webhook ) { wc_deprecated_function( 'WC_Admin_Webhooks::get_logs_navigation', '3.3' ); }