wpseo_organization_social_profile_fields
wpseo_organization_social_profile_fields
Hook Type: filter
Displaying hooks found in version: wordpress-seo.20.3apply_filters('wpseo_organization_social_profile_fields') is found 1 times:
- /src/helpers/social-profiles-helper.php line 82
* Filter: Allow changes to the social profiles fields available for an organization. * * @param array $organization_social_profile_fields The social profile fields. */ $organization_social_profile_fields = \apply_filters( 'wpseo_organization_social_profile_fields', $this->organization_social_profile_fields ); return $organization_social_profile_fields; } /** * Gets the person social profiles stored in the database.