Skip to:
Content
Pages
Categories
Search
Top
Bottom

activate member from admin

Viewing 4 replies - 1 through 4 (of 4 total)

  • Roger Coathup
    Participant

    @rogercoathup

    It’s not available as an option from wp-admin.

    It’s possible with some fairly advanced coding – you’d need to be a competent PHP developer:

    You could look at using the wp_set_auth_cookie() to auto login the user on registration.

    You need to hook on to an appropriate action in the user registration process – disable the call to wp_new_user_notification(), and then use the auto login function above.

    Alternatively, you could have a look to see if there are any ‘off the shelf’ plugins to do this for you — I’m not aware of any.


    websitevala
    Member

    @websitevala

    Hey roger Thanks buddy for help
    but tell where i found this code ?
    wp_new_user_notification() ?
    i search everywhere but i can’t found please tell me
    and tell me it create a problem with theme or plugin ?
    Reply me ASAP


    shanebp
    Moderator

    @shanebp

    A simple google search shows that
    wp_new_user_notification is in wp-includes/pluggable.php

    As @rogercoathup said:
    you’d need to be a competent PHP developer to implement his hints


    Roger Coathup
    Participant

    @rogercoathup

    Thanks @shanebp — that’s point for point exactly what I was going to say!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘activate member from admin’ is closed to new replies.
Skip to toolbar