http://codex.wordpress.org/Plugin_API/Action_Reference/user_register
This action hook allows you to access data for a new user immediately
after they are added to the database. The user id is passed to hook as
an argument.
add_action('user_register', 'registration_redirect');
function registration_redirect($user_id) {
$url="PAGE_WHERE_YOUR_CODE_IS_DISPLAYED";
wp_redirect( $url );
exit;
}
placing that in your functions.php should work. This attempts to redirect the user after they register, i believe after they click the link in the email, which is what i think you were looking for.
Related Posts:
- wordpress multisite, how to keep user on subdomain throughout registration process?
- Prevent user creating new users with specific roles
- How to add multiple existing users to a multisite site?
- WPMU – new users are automatically subscribed to the main blog – how to prevent that?
- Add a user to a specific blog when they register?
- Four columns in the wp_users table
- How to fix that new users show up again in subsite of a Multisite?
- Easily adding multiple existing users to a multisite site
- Possible to have duplicate usernames on different two multisites
- Modify new user email notification in network admin screen wp multisite
- Users getting linked unwanted to main mu in WordPress multisite (WPMU)
- Can’t activate a user on multisite install
- A different role for each site in a multisite
- Multisite “Skip Confirmation Email” Log Out Problem
- Using a number for limiting registering or banning on multisite
- How To Add Custom Form Fields To The User Profile Page?
- Why are my roles not visible in a Multi-site/Network?
- How to use same email for multiple users
- Where can I find documentation on what characters are allowed in user names and why?
- Is there a is_user_logged_in() for multisite?
- WordPress Multisite allow site admin to add user without email confirmation
- Network not displaying all sites and users
- Give to site admin the option to “skip confirmation email” when adding new user
- Allowing periods in usernames
- Different back-end colour scheme for the different sites of a multisite
- Remove Site Name from register form – Multisite
- Set up collaborative site
- Integrating WordPress to my website, while keeping my own authentication system
- Get first_name and last_name on user_register hook
- Can’t add user to blog on registration (Multisite)
- Is there a wordpress function to cleanly delete an entry in the signups table?
- Allowing logged in users to comment without moderation across a multisite installation
- Can you have multi-site WP and keep users separate?
- WordPress 3.2(Multisite) – How to add custom user meta fields to signup form?
- the blog owner multisite
- How can I get multisite primary blog (url or path) for current user?
- Can I use multisite functions in a single-site installation?
- User registration on sub site
- Disable domain redirect
- How can I delete a user from entire multisite nework
- delete_user_meta : how to delete all the metadata of a given user (witout SQL)
- Update User Role Across Network when Main Site User is Updated
- Assign role to user on first login, if they are first (after admin)
- Get the User ID Who Owns a Given Blog ID in Multisite
- Make a user administrator to a sub directory site and a contributor to main site in multisite network
- What sites are you registered to when joining a multisite?
- Multisite – One user allowed access to all sites?
- Notice bar at frontpage for multisite
- Howto disable comment moderation emails for admins, but not for authors
- Add menu items/actions for multisite users who are registered on the network but do not have a role or capability in any sites
- Is the Multi site functionality a viable option for Country and Language targeting?
- Good way to block users within a multisite setup without deleting them?
- Subsite access without being a member of the subsite in wp multisite network
- Using the standard WordPress “New User” interface on a multisite
- How can you override the is_multisite check in wp-login.php for individual login/registration?
- WordPress stuck in deleting user
- How to display users with posts published between two dates (Sorted by Post-Count) [Multisite]
- User registration on two sites in same multisite
- How to change a user role after registering in multisite?
- How To Disable Add new users On Subsites In Multisite?
- Wait ajax to complete before continue loop
- Delete user from multisite when removed from subsite
- Combining user database tables while keeping all other data in seperate for multiple sites?
- How to delete user from MU site when the user is removed from their site?
- WordPress Multisite Add User
- Register new user, assign custom role then send email
- Sharing users across multiple sites, each on their own database
- How to share User Database between Two Multisite Installations + More
- User registration is currently not allowed
- Multisite ‘Welcome User Email’ SITE_NAME returns ‘network’ name, not the name of the blog
- can’t create user without email for an author after converting single site to multisite
- Restrict users of site 1 to login in site 2 in wordpress multisite
- “My Sites” incorrectly showing all network sites for all logged in users
- User registration on wordpress multisite
- Automatic registration on main site upon user registration on Multisite
- Register a user only to the root blog – WP Multisite
- How to allow mixed case characters in multisite site name?
- Multisite – each site with it’s own set of users
- Multisite – site user limited only for this site
- WordPress Multisite Network Subdomain
- Importing Posts into New Website with Same User ID’s
- WordPress automatic Login on other page?
- Multisite: How to bypass wpmu_signup_user_notification and add my own notification logic?
- Allow users to register on multisite through WooCommerce using the same email address
- Activation of new Registered site fails on multisite
- Is Multisite the RIGHT option for my case?
- Should I use MultiSite for a subdomain based wp site?
- User registration problem on multisites web
- Get current user outside of WordPress Multisite
- Multisite – User creation for second site from first site?
- How to Create WPMu New User?
- How create a multisite setup with “phantom” accounts and passwords?
- WordPress MU users – how are they organized?
- Possible to set new user’s site time zone at user creation using Gravity Forms?
- multisite registration: check existing subdomains while typing
- Registration Page
- Unsure of my options, Multi-blog?
- WordPress Multisite (Network) some site users added to main site users list as subscriber
- WordPress Multisite restict user access
- Multisite Login Access Restrictions