LLMS_Query::get_query_vars()

Get query variables


Return Return

(array)


Top ↑

Source Source

File: includes/class.llms.query.php

	public function get_query_vars() {
		return apply_filters( 'llms_get_endpoints', $this->query_vars );
	}


Top ↑

User Contributed Notes User Contributed Notes

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