Retrieve the contents of the search WordPress query variable.The search query string is passed through esc_attr() to ensure that it is safe for placing in an html attribute.
1677
Continue readingRetrieve the contents of the search WordPress query variable.The search query string is passed through esc_attr() to ensure that it is safe for placing in an html attribute.
1677
Continue readingDisplay search form.Will first attempt to locate the searchform.php file in either the child or the parent, then load it. If it doesn’t exist, then the default search form will be displayed. The default search form is HTML, which will be displayed. There is a filter applied to the search form HTML in order to edit or replace it. The filter is ‘get_search_form’.
1673
Continue reading
get_search_comments_feed_link
Retrieve the permalink for the comments feed of the search results.
1669
Continue reading →