Tribe__PUE__Checker::get_download_query()

Get the download_query args

Contents


Return

(array)


Top ↑

Source

File: src/Tribe/PUE/Checker.php

		public function get_download_query() {
			if ( empty( $this->download_query ) ) {
				$this->set_download_query();
			}

			return apply_filters( 'pue_get_download_query', $this->download_query, $this->get_slug() );
		}