Filter: mc_hcard

apply_filters( 'mc_hcard', $hcard, $event, $address, $map, $source ) → {string}

Filter location hcard HTML output.

Parameters:
Name Type Description
$hcard string

Formatted HTML output.

$event object

Event or location object.

$address string

'true' to include the location address on the card.

$map string

'true' to include the map link on the card.

$source string

'event' or 'location'.

Source:
Returns:

Formatted HTML hcard.

Type
string