LLMS_Abstract_Posts_Query::get_wp_query()

Retrieve the WP_Query object for the query.


Return Return

(WP_Query)


Top ↑

Source Source

File: includes/abstracts/llms-abstract-posts-query.php

	public function get_wp_query() {
		return $this->wp_query;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
6.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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