wpseo_organization_social_profile_fields

wpseo_organization_social_profile_fields

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('wpseo_organization_social_profile_fields') is found 1 times:

  • /src/helpers/social-profiles-helper.php line 82
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
         * 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.