bbp_new_site
bbp_new_site
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.12, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: action
See hook in action
Displaying hooks found in version: bbpress.2.6.9do_action('bbp_new_site') is found 1 times:
- /includes/admin/actions.php line 154150151152153154155156157158159160
// 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();
}
/**