About Author
Ajax Search Pro
Copyright Ernest Marcinko
The HTML code, which is returned by the default live search feature.
Last updated 3 months ago
WPD.Hooks.applyFilters('asp_search_html', html, searchId, searchInstanceId);
window.addEventListener("load", () => { WPD.Hooks.addFilter('asp_search_html', function(html){ return html.replace( "string", "string_to_replace_with" )); }, 10); });