• Resolved kalim99

    (@kalim99)


    Hi, how can I change registration success message? I want to use custom message like “Please check your inbox for email verfication.”

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

    (@xootix)

    Hello,

    You can use this snippet

    add_filter( 'xoo_el_registration_success_notice', function(){
    return 'Custom text';
    } );
    Thread Starter kalim99

    (@kalim99)

    Thanks!

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