Last updated 9 months ago
The HTML code, which is returned by the .
WPD.Hooks.applyFilters('asp_live_load_html', html, searchId, searchInstanceId);
window.addEventListener("load", () => { WPD.Hooks.addFilter('asp_live_load_html', function(html){ return html.replace( "string", "string_to_replace_with" )); }, 10); });