Changeset 11705 for trunk/src/bp-xprofile/bp-xprofile-functions.php
- Timestamp:
- 09/27/2017 10:24:10 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/bp-xprofile/bp-xprofile-functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-xprofile/bp-xprofile-functions.php
r11692 r11705 837 837 838 838 wp_update_user( array( 'ID' => $user_id, 'display_name' => $fullname ) ); 839 wp_cache_delete( 'bp_core_userdata_' . $user_id, 'bp' );840 839 } 841 840 add_action( 'xprofile_updated_profile', 'xprofile_sync_wp_profile' );
Note: See TracChangeset
for help on using the changeset viewer.