Code-Snippets-Functions/Execute a function on a child site/Ajax Load More/change-older-post-label.txt

3 lines
102 B
Text

add_filter( 'alm_button_label', function(){
return esc_attr__( 'Get More Posts!', 'framework' );
});