Comment on page
asp_live_load_html
WPD.Hooks.applyFilters('asp_live_load_html', html, searchId, searchInstanceId);
WPD.Hooks.addFilter('asp_live_load_html', function(html){
return html.replace(
"string",
"string_to_replace_with"
));
}, 10);
Last modified 9mo ago