Home › Forums › Pro Support › Translate Loading button › Reply To: Translate Loading button
May 21, 2019 at 9:35 am
#9449
Keymaster
Hi there,
Try this:
add_filter( 'wpsp_ajax_loading', function() {
return 'Your new text...';
} );
Adding PHP: https://docs.wpshowposts.com/article/adding-php/