apply_filters( 'lifterlms_reporting_tab_cap', string $cap , string|null $tab )
Filters the WP capability required to access a reporting tab.
Parameters Parameters
- $cap
-
(string) The required WP capability.
- $tab
-
(string|null) ID/slug of the tab.
Source Source
File: includes/admin/reporting/class.llms.admin.reporting.php
Changelog Changelog
| Version | Description |
|---|---|
| 7.3.0 | Added the $tab parameter. |
| 3.19.4 | Introduced. |