You are here

function social_profile_privacy_post_update_8001_restricted_name_field in Open Social 8.9

Same name and namespace in other branches
  1. 8.7 modules/social_features/social_profile/modules/social_profile_privacy/social_profile_privacy.post_update.php \social_profile_privacy_post_update_8001_restricted_name_field()
  2. 8.8 modules/social_features/social_profile/modules/social_profile_privacy/social_profile_privacy.post_update.php \social_profile_privacy_post_update_8001_restricted_name_field()
  3. 10.3.x modules/social_features/social_profile/modules/social_profile_privacy/social_profile_privacy.post_update.php \social_profile_privacy_post_update_8001_restricted_name_field()
  4. 10.0.x modules/social_features/social_profile/modules/social_profile_privacy/social_profile_privacy.post_update.php \social_profile_privacy_post_update_8001_restricted_name_field()
  5. 10.1.x modules/social_features/social_profile/modules/social_profile_privacy/social_profile_privacy.post_update.php \social_profile_privacy_post_update_8001_restricted_name_field()
  6. 10.2.x modules/social_features/social_profile/modules/social_profile_privacy/social_profile_privacy.post_update.php \social_profile_privacy_post_update_8001_restricted_name_field()

Re-save the All and Users indices to add restricted name field.

File

modules/social_features/social_profile/modules/social_profile_privacy/social_profile_privacy.post_update.php, line 11
Post update hooks for the Social Profile Privacy module.

Code

function social_profile_privacy_post_update_8001_restricted_name_field() {
  _social_profile_privacy_resave_search_indexes();
}