bp_admin_setting_callback_profile_sync()
Enable BP->WP profile syncing field.
Description Description
Source Source
File: bp-core/admin/bp-core-admin-settings.php
function bp_admin_setting_callback_profile_sync() { ?> <input id="bp-disable-profile-sync" name="bp-disable-profile-sync" type="checkbox" value="1" <?php checked( !bp_disable_profile_sync( false ) ); ?> /> <label for="bp-disable-profile-sync"><?php _e( 'Enable BuddyPress to WordPress profile syncing', 'buddypress' ); ?></label> <?php }
Changelog Changelog
Version | Description |
---|---|
1.6.0 | Introduced. |