Advertisement
Guest User

Untitled

a guest
Aug 27th, 2014
170
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. function ohw_update_field( $user_id ){
  2. $field = 'side_banner_' . $user_id;
  3. $side_ad = $_POST[ $name ];
  4. update_usermeta( $user_id, $name, $side_ad );
  5. update_option( $name, $side_ad );
  6. }
  7.  
  8. add_action( 'personal_options_update', 'ohw_update_field' );
  9. add_action( 'edit_user_profile_update', 'ohw_update_field' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement