LLMS_Admin_Reporting::get_current_tab()
Retrieve the current reporting tab
Description Description
Return Return
(string)
Source Source
File: includes/admin/reporting/class.llms.admin.reporting.php
public static function get_current_tab() { return isset( $_GET['tab'] ) ? sanitize_text_field( $_GET['tab'] ) : 'students'; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.2.0 | Introduced. |