apply_filters( 'llms_modify_dashboard_pagination_links_disable', bool $disable , string $link )
Allow 3rd parties to disable dashboard pagination link rewriting
Description Description
Resolves compatibility issues with LifterLMS WooCommerce.
Parameters Parameters
- $disable
-
(bool) Whether or not the dashboard pagination links should be disabled. Default
false
. - $link
-
(string) The default link.
Source Source
File: includes/functions/llms.functions.templates.dashboard.php
Changelog Changelog
Version | Description |
---|---|
unknown | Introduced. |