Code-Snippets-Functions/Execute a function on a child site/Ajax Load More/add-content-after-button.txt

3 lines
67 B
Text

add_filter( 'alm_after_button', function(){
return '<hr/>';
});