Name | Return | Usage |
---|
totaltheme/search/modal/settings | array | Array of settings for the modal search. |
totaltheme/search/ajax/post_data | array | Array of data to pass to the ajax search results template which can then be disabled using the format {{data_key}}. |
totaltheme/search/ajax/query_args | array | Array of arguments to pass to the WP_Query class when running the ajax search. |
totaltheme/search/ajax/excerpt_args | array | Arguments to pass on to the ajax search results excerpt. |
totaltheme/search/ajax/highlight | bool | Whether to highlight the search terms in the ajax search results. |
totaltheme/search/ajax/throttle | int | Throttle delay for listening to typing events in the ajax search input field. Default is 500. |
totaltheme/search/ajax/character_threshold | int | Max number of characters added to the search input to trigger the ajax search. Default is 3. |
wpex_search_in_menu | bool | Whether to display the search icon in the menu or not. |
wpex_search_thumbnail_args | array | Filters the arguments for the search entry thumbnail. |