bp_new_site, $blog_id, $user_id, $domain, $path, $site_id, $meta

bp_new_site, $blog_id, $user_id, $domain, $path, $site_id, $meta

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_new_site, $blog_id, $user_id, $domain, $path, $site_id, $meta') is found 1 times:

  • /bp-core/admin/bp-core-admin-actions.php line 98
    	 * @param string $path    Path to use with the install.
    	 * @param int    $site_id ID of the site being installed to.
    	 * @param array  $meta    Metadata to use with the site creation.
    	 */
    	do_action( 'bp_new_site', $blog_id, $user_id, $domain, $path, $site_id, $meta );
    
    	// Restore original blog.
    	restore_current_blog();
    }
    
    /** Sub-Actions ***************************************************************/