Function epl_search
Listings search.
Package: EPL\Widget\Functions
Copyright: Copyright (c) 2019, Merv Barrett
License: GNU Public License
Since: 2.3.1
Located at lib/widgets/widget-functions.php
Copyright: Copyright (c) 2019, Merv Barrett
License: GNU Public License
Since: 2.3.1
Located at lib/widgets/widget-functions.php
Parameters summary
WP_Query |
& $query |
WordPress Query object. |
array |
$data = array() |
That contains epl search key value pairs and if it's empty it will replace by $_REQUEST. |
boolean |
$get_posts = false |
If set to true get_posts of WP_Query will execute on query and returns posts. |
Return value summary
array
|
posts if query is set. |