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.


Top ↑

Source Source

File: includes/admin/reporting/class.llms.admin.reporting.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
7.3.0 Added the $tab parameter.
3.19.4 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.