wpmu_activate_blog

wpmu_activate_blog

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('wpmu_activate_blog') is found 1 times:

  • /wp-includes/ms-functions.php line 1271
    1267
    1268
    1269
    1270
    1271
    1272
    1273
    1274
    1275
    1276
    1277
    * @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,