We're merging with GenerateBlocks! Learn more here.

[Resolved] Translate Loading button

Please login to receive premium support.

Support for the free plugin can be found here.

Home Forums Pro Support Translate Loading button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #9414
    Cris
    Participant

    Hi
    How can I translate “Loading…” button?

    Thanks!

    #9449
    Tom
    Keymaster

    Hi there,

    Try this:

    add_filter( 'wpsp_ajax_loading', function() {
        return 'Your new text...';
    } );

    Adding PHP: https://docs.wpshowposts.com/article/adding-php/

    #9454
    Cris
    Participant

    Perfect!! Thank you very much!!

    #9480
    Tom
    Keymaster

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.