Advertisement
Guest User

r-a-y

a guest
Apr 29th, 2010
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. function my_bp_core_get_user_domain($domain) {
  2.     $domain = str_replace(BP_MEMBERS_SLUG,'author',$domain);
  3.     return $domain;
  4. }
  5. add_filter('bp_core_get_user_domain','my_bp_core_get_user_domain');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement