Advertisement
Guest User

Untitled

a guest
Jul 17th, 2010
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. function bbg_save_extra_profile_data() {
  2.     global $bp;
  3.    
  4.     update_user_meta( $bp->loggedin_user->id, 'my_category', $_POST['category'] ); 
  5. }
  6. add_action( 'xprofile_screen_edit_profile', 'bbg_save_extra_profile_data' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement