Top Google Search Results
- added_usermeta Wordpress hook details -- Adam Brown, BYU ...
Detailed information about every action hook and filter used in WordPress. Makes Plugin API easier to use. Lists appearance, file location, and deprecation data ... - List of all WP action hooks and filters -- Adam Brown, BYU Political ...
13, added_postmeta, action, 2.9, yes. 14, added_term_relationship, action, 2.9, yes. 15, added_usermeta, action, 2.9, yes. 16, added_{$meta_type}_meta, note ... - How to: create groups in Buddypress with PHP
I think the added_usermeta action would let you accomplish this. Have you ... If you have or are willing to learn, look up how to use the added_usermeta action. - update_usermeta (WordPress Function) - WPSeek.com
do_action( 'added_usermeta', $wpdb->insert_id, $user_id, $meta_key, $ meta_value ); else do_action( 'updated_usermeta', $cur->umeta_id, $user_id, ...