Opened 8 years ago
Last modified 5 years ago
#37921 new feature request
Make "newbloguser" URL segment customizable/filterable
Reported by: | johnjamesjacoby | Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Users | Keywords: | 2nd-opinion has-patch needs-refresh |
Focuses: | multisite | Cc: |
Description
The built-in multisite user invitation URL is forced into using /newbloguser/
as the invitation endpoint to all sites. When employing WordPress Multisite in an environment that isn't for blogging, this endpoint does't make much sense.
Because this value is hardcoded, the only way to change this is to roll your own invitation system entirely, which is a lot of work for a little bit of vanity.
I don't think the invitation system itself is too bad, and it will be easy to make this segment filterable.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Introduce
user_invitation_endpoint()
toms-functions.php
and use to replacenewbloguser
endpoint