wpseo_schema_person_data

wpseo_schema_person_data

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

See hook in core

Displaying hooks found in version: wordpress-seo.22.3

apply_filters('wpseo_schema_person_data') is found 1 times:

  • /src/generators/schema/person.php line 165
    		 *
    		 * @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.