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' ) );
	}


Top ↑

User Contributed Notes User Contributed Notes

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





Permalink: