Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other WordPress – Do something immediately after new user registration..

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #43124
    amyth91
    Participant

    hi,

    just wanted to know if i can manually call a php function that sends data to another service as soon as a new user is registered.

    the user can either be registered by wordpress registration form or by various social login.

    for e.g :-

    i want to call webusercreate() which is located in xxxx/webusercreate.utils.php

    Thanks in advance.

    #126945
    TreeRoot
    Participant

    This wordpress plugin has “post-registration” redirect functionality that says “You can add your own code logic before and between any of the plugin’s normal redirect checks if needed.”
    http://wordpress.org/extend/plugins/peters-login-redirect/

    Your “code logic” could be your PHP call. I haven’t installed and tested this though–I’m just going based off the description.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Other’ is closed to new topics and replies.