wpseo_organization_social_profile_fields

wpseo_organization_social_profile_fields

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_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 (array) $organization_social_profile_fields;
    	}
    
    	/**
    	 * Gets the person social profiles stored in the database.