wpseo_schema_person_data

wpseo_schema_person_data

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

See hook in core

Displaying hooks found in version: wordpress-seo.24.8.1

apply_filters('wpseo_schema_person_data') is found 1 times:

  • /src/generators/schema/person.php line 165
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
         *
         * @param array $data    The schema data we have for this person.
         * @param int   $user_id The current user we're collecting schema data for.
         */
        $data = \apply_filters( 'wpseo_schema_person_data', $data, $user_id );
     
        return $data;
    }
     
    /**
     * Returns an ImageObject for the persons avatar.