Skip to content
NameReturnUsage
totaltheme/search/modal/settingsarrayArray of settings for the modal search.
totaltheme/search/ajax/post_dataarrayArray of data to pass to the ajax search results template which can then be disabled using the format {{data_key}}.
totaltheme/search/ajax/query_argsarrayArray of arguments to pass to the WP_Query class when running the ajax search.
totaltheme/search/ajax/excerpt_argsarrayArguments to pass on to the ajax search results excerpt.
totaltheme/search/ajax/highlightboolWhether to highlight the search terms in the ajax search results.
totaltheme/search/ajax/throttleintThrottle delay for listening to typing events in the ajax search input field. Default is 500.
totaltheme/search/ajax/character_thresholdintMax number of characters added to the search input to trigger the ajax search. Default is 3.
wpex_search_in_menuboolWhether to display the search icon in the menu or not.
wpex_search_thumbnail_argsarrayFilters the arguments for the search entry thumbnail.
Back To Top