mc_map_label - joedolson/my-calendar GitHub Wiki
Label for link to Maps for event location.
Auto-generated Example
add_filter(
'mc_map_label',
function(
string $label,
string $map_label
) {
// Your code here.
return $label;
},
10,
2
);
Parameters
string$labelMap to {event name}.string$map_labelLocation name.
Returns
string Label used inside map link.
Files
apply_filters( 'mc_map_label', $label, $map_label )