Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: after_signup_site

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
687       *
688       * @param string $domain     The requested domain.
689       * @param string $path       The requested path.
690       * @param string $title      The requested site title.
691       * @param string $user       The user's requested login name.
692       * @param string $user_email The user's email address.
693       * @param string $key        The user's activation key
694       * @param array  $meta       By default, contains the requested privacy setting and lang_id.
695       */
696      do_action( 'after_signup_site', $domain, $path, $title, $user, $user_email, $key, $meta );
697 }
698
699 /**
700  * Record user signup information for future activation.
701  *
702  * This function is used when user registration is open but
703  * new site registration is not.
704  *
705  * @since MU