wpseo_person_social_profile_fields

wpseo_person_social_profile_fields

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('wpseo_person_social_profile_fields') is found 1 times:

  • /src/helpers/social-profiles-helper.php line 66
    		 * Filter: Allow changes to the social profiles fields available for a person.
    		 *
    		 * @param array $person_social_profile_fields The social profile fields.
    		 */
    		$person_social_profile_fields = \apply_filters( 'wpseo_person_social_profile_fields', $this->person_social_profile_fields );
    
    		return (array) $person_social_profile_fields;
    	}
    
    	/**
    	 * Gets the organization social profile fields supported by us.
    
wpseo_person_social_profile_fields - WordPress Hooks

wpseo_person_social_profile_fields

wpseo_person_social_profile_fields

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.20.1

apply_filters('wpseo_person_social_profile_fields') is found 1 times:

  • /src/helpers/social-profiles-helper.php line 66
    		 * Filter: Allow changes to the social profiles fields available for a person.
    		 *
    		 * @param array $person_social_profile_fields The social profile fields.
    		 */
    		$person_social_profile_fields = \apply_filters( 'wpseo_person_social_profile_fields', $this->person_social_profile_fields );
    
    		return $person_social_profile_fields;
    	}
    
    	/**
    	 * Gets the organization social profile fields supported by us.