Description
The CiviCRM WordPress Profile Sync plugin keeps the “First Name”, “Last Name”, “Email Address” and “Website” fields of a WordPress (and BuddyPress) user profile in sync with the corresponding fields of a CiviCRM contact. The synchronisation takes place regardless of whether the changes are made in WordPress, BuddyPress or CiviCRM.
Requirements
This plugin requires a minimum of WordPress 3.9 and CiviCRM 4.6. It also requires BuddyPress 1.8 and the BP XProfile WordPress User Sync plugin for syncing data with BuddyPress profiles.
Plugin Development
This plugin is in active development. For feature requests and bug reports (or if you’re a plugin author and want to contribute) please visit the plugin’s GitHub repository.
Installation
- Extract the plugin archive
- Upload plugin files to your
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Reviews
Contributors & Developers
“CiviCRM WordPress Profile Sync” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “CiviCRM WordPress Profile Sync” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
0.2.7
- Introduces “civicrm_wp_profile_sync_primary_email_pre_update” action
0.2.6
- Allows plugin constants to be pre-defined
- Allow plugins to provide a unique username
- Provides new filters to customise bulk import process
0.2.5
- Makes synced usernames URL-friendly
0.2.4
- Adds hooks before and after sync operations
- Updates hook references for CiviCRM 4.7.x instances
0.2.3
Further fixes to bulk operations logic
0.2.2
Minor fixes to bulk operations logic
0.2.1
Initial WordPress plugin directory release
0.2
Added two-way Website sync
Fixed unpredictable detection of sync direction
0.1
Initial release