LLMS_Admin_Reporting::get_current_tab_url( $args = array() )
Description Description
Source Source
File: includes/admin/reporting/class.llms.admin.reporting.php
public static function get_current_tab_url( $args = array() ) { $args = wp_parse_args( $args, array( 'page' => 'llms-reporting', 'tab' => self::get_current_tab(), ) ); return add_query_arg( $args, admin_url( 'admin.php' ) ); }
Expand full source code Collapse full source code View on GitHub
User Contributed Notes User Contributed Notes
Permalink: