wpmu_activate_blog

wpmu_activate_blog

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

do_action('wpmu_activate_blog') is found 1 times:

  • /wp-includes/ms-functions.php line 1271
    	 * @param string $password      User password.
    	 * @param string $signup_title  Site title.
    	 * @param array  $meta          Signup meta data. By default, contains the requested privacy setting and lang_id.
    	 */
    	do_action( 'wpmu_activate_blog', $blog_id, $user_id, $password, $signup->title, $meta );
    
    	return array(
    		'blog_id'  => $blog_id,
    		'user_id'  => $user_id,
    		'password' => $password,
    		'title'    => $signup->title,