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
789       *
790       * @param string $domain     The requested domain.
791       * @param string $path       The requested path.
792       * @param string $title      The requested site title.
793       * @param string $user       The user's requested login name.
794       * @param string $user_email The user's email address.
795       * @param string $key        The user's activation key.
796       * @param array  $meta       Signup meta data. By default, contains the requested privacy setting and lang_id.
797       */
798      do_action( 'after_signup_site', $domain, $path, $title, $user, $user_email, $key, $meta );
799 }
800
801 /**
802  * Record user signup information for future activation.
803  *
804  * This function is used when user registration is open but
805  * new site registration is not.
806  *
807  * @since MU (3.0.0)