bbp_new_site

bbp_new_site

Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_new_site') is found 1 times:

  • /includes/admin/actions.php line 154
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
        // Switch to the new site
        bbp_switch_to_site( $blog_id );
     
        // Do the bbPress activation routine
        do_action( 'bbp_new_site', $blog_id, $user_id, $domain, $path, $site_id, $meta );
     
        // Restore original site
        bbp_restore_current_site();
    }
     
    /**

See this hook used in plugins: