Code-Snippets-Functions/Execute a function on a child site/Ajax Load More/change-no-results-text.txt

3 lines
87 B
Text

add_filter('alm_no_results_text', function(){
return 'Unable to locate results.';
});