Opened 3 years ago
#7946 new enhancement
BP-specific hook at the end of the site creation process
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Contributions | Priority: | normal |
Severity: | normal | Version: | |
Component: | Blogs | Keywords: | needs-patch good-first-bug |
Cc: |
Description
When creating a site at /sites/create/
, a number of core WP actions are fired (wpmu_new_blog
) and at least one core hook is duplicated in BP (signup_finished
). It would be nice to have a hook at the end of this process that only fires in the BP environment - something like bp_created_blog
.
Note: See
TracTickets for help on using
tickets.