Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Joel James

    (@joelcj91)

    Hey @danhay,

    You can customize the message using loggedin_error_message filter. Use something like below,

    add_filter( 'loggedin_error_message', function() {
        return 'Your custom message';
    });
    Thread Starter Daniel

    (@danhay)

    Perfect! Thanks for the quick response

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Customize messages’ is closed to new replies.