Use this action hook found in buddypress/bp-xprofile/classes/class-bp-xprofile-profiledata.php
do_action_ref_array( 'xprofile_data_after_save', array( $this ) );
You’ll need to use the actual field_id
for your xprofile description. This example assumes it is 25
. You can get the field_id
by going to wp-admin > Users > Profile Fields
and clicking ‘Edit’ on that field. The field_id
will appear in the browser url.
function echoashu_save_description( $obj ) {
if ( $obj->field_id == 25 ) {
update_user_meta( $obj->user_id, 'description', $obj->value );
}
}
add_action( 'xprofile_data_after_save', 'echoashu_save_description' );
Related Posts:
- How to get a buddypress user profile link and a certain user profile field for the current post author?
- How to get Viewing profile ID in buddypress? [closed]
- How to: get_user_meta – BuddyPress [closed]
- Buddypress profile link on author blogroll page
- Integrating Buddypress, Wootumblog and WPMU Sitewide tags
- BuddyPress: Allow only one email domain to register
- Ability to set character limit in BuddyPress?
- wp_editor on front end – JavaScripts not included
- Buddypress Full documentation [closed]
- How to force buddypress users to complete profile after registration? [closed]
- how to get current user name by user_id in buddypress?
- How to override Member’s Avatars in BuddyPress [closed]
- Buddypress send email notification only if user is not logged in [closed]
- Rename Buddypress Profile Tab
- Delete all user attachments
- Login redirect to certain bp profile page
- Buddypress and WordPress on different subdomains with the same database?
- BuddyPress Xprofile check if user can view field [closed]
- How to reply to Buddypress notifications? [closed]
- Make Profile link, link to the BuddyPress profile instead of the WordPress dashboard? [closed]
- I’m trying to Add a new Buddypress menu tab and it is not showing up [closed]
- How to get larger version of author avatar
- How to run scripts when a new blog is created in Buddypress?
- Showing the user’s username in registration email or activation page with BuddyPress [closed]
- Display four buddypress activies [closed]
- How to remove unused avatar uploads in buddypress [closed]
- cubepoints/buddypress show new rank on activity? [closed]
- Is it possible to have a network of BuddyPress sites, a-la WordPress MU, with single-sign-on? [closed]
- delete a photo tag in rtmedia [closed]
- Table ‘wp_signups’ doesn’t exist [closed]
- How to edit buddypress templates? [closed]
- Is there a plugin or something that allows you to use BuddyPress without having to create a BuddyPress-ready theme?
- Buddypress – adding custom post to members
- BuddyPress – Get a List of Defined xProfile fields [closed]
- how to remove mandatory required fields in buddypress registration [closed]
- Best practices for securing a Buddypress installation?
- After Upgrade to Buddypress 1.2.6 from 1.2.5.2 , admin bar area displayed incorrectly for guest-visitors
- User-based media gallery
- Customizing the BuddyPress blog loop
- BuddyPress returning incorrect xprofile date [closed]
- Buddypress dynamic profile field
- Is it possible to remove ‘group’ from slug for buddypress groups
- Using WordPress as an API [closed]
- Display message on homepage when new user account is activated
- Plugin will sort users by usermeta
- How to carry over existing wp users to a new buddypress installation [closed]
- Add excerpt and post thumbnail to Buddypress blog directory page [closed]
- How to create a customized logout URL in BuddyPress
- How can I display the total number of favorites for any particular buddypress activity stream post? [closed]
- BP Profile search results won’t link to user’s profile page [closed]
- Capture Webcam Video within Buddypress (and BuddyPress Media) [closed]
- BuddyPress: Conditionally filter directory based on Xprofile Field [closed]
- Will multiple BuddyPress groups slow down a site? [closed]
- Showing content to specific BuddyPress Member Types
- How to get all logged in user id in buddypress [closed]
- Display count of new members registered today [closed]
- WordPress SEO plugin (by Yoast) and BuddyPress [closed]
- security issue in wordpress?
- How can I display a buddypress group name in the header.php so that it shows when viewing each single group? [closed]
- wp_list_authors() returning the wrong member url
- conditional activity page for buddypress [closed]
- Fill the content of newly added Profile Tab (BuddyPress)
- Include Buddypress & bbPress styles/scripts conditionally [closed]
- Change xprofile visibility options in Buddypress [closed]
- Problems with redirecting a BuddyPress custom subnav item [closed]
- Buddypress – Add activity scope [closed]
- Buddypress get data from wp_bp_groups_members table [closed]
- Where do I edit the user profile with Buddypress? [closed]
- Buddypress Language Files Question [closed]
- how to remove header from registration page? [closed]
- how to find the current page is isngle activity page in buddypress? [closed]
- Customize Activity Stream – Buddypress [closed]
- I’m trying to use the Group Extension API in BuddyPress but keep getting a fatal error [closed]
- BuddyPress user bio in profile [closed]
- Buddypress Group creation step reordering [closed]
- Is it possible to use WP_USER_QUERY to search by username using a wildcard? [closed]
- Displaying the errors from my BuddyPress script
- How to add a new variable to blog creation form?
- BP Profile Search with limited range
- Random 404 errors using Buddypress
- validation email signup form buddypress
- WordPress Buddypress changes groups position
- Redirecting non-logged in users trying to view Group pages but not the Group directory
- users joined group count in buddypress
- adding xprofile for this user
- Add usermeta on Buddypress register
- Code correction – Hide a profile from visitors with a specific role
- How to customize BuddyPress Notification triggers?
- How to add “create page” option for users in buddypress like facebook?
- how to create buddypress shortcodes?
- Strange issues on sign up form
- How can I place ad code after every 5 activities in BuddyPress activity loop?
- Where am I gaining 6px height retrieving buddypress avatar [closed]
- Buddypress registration page hangs [closed]
- Adding custom HTML to each profile group tab [closed]
- WordPress/BuddyPress plugin to allow users to create members-only posts [closed]
- Saving Custom Fields Defined in BuddyPress’ register.php
- buddypress bp_core_add_message() doesn’t fire why? [closed]
- How to disable buddypress top mini adminbar [closed]
- Bp-reshare alternative [closed]