MILES_PER_KILOMETER
MILES_PER_KILOMETER
The Geo Mashup Search class.
__construct(string|array $query)
Constructor.
Sets up the query if included.
string|array | $query | Search parameters. |
since | 1.5 |
---|
query(string|array $args) : array
Run a search query.
string|array | $args | Search parameters. |
Search results.
since | 1.5 |
---|
load_template(string $template) : string
WordPress filter to add geo mashup search results to page content when requested.
string | $template |
Content including search results if requested.
None found |
have_posts() : boolean
Whether there are more results to loop through.
True if there are more results, otherwise false.
None found |
None found |
get_the_ID_list() : string
Get a comma separated list of the post IDs found.
ID list.
None found |
get_userdata() : array|null
Get a comma separated list of the post IDs found.
User data if found.
None found |