wpseo_schema_person_data, $data, $user_id
wpseo_schema_person_data, $data, $user_id
Appears in: wordpress-seo.28.1
Hook Type: filter
Displaying hooks found in version: wordpress-seo.28.1apply_filters('wpseo_schema_person_data, $data, $user_id') is found 1 times:
- /src/generators/schema/person.php line 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.