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

4 lines
163 B
Text

// Default: Viewing {post_count} of {total_posts} results.
add_filter('alm_display_results', function(){
return 'Now viewing {page} of {pages} total pages.';
});