apply_filters( 'mc_event_image_alt', $alt, $event ) → {string}
Customize alt attribute for an event featured image that is not attached to a post.
Parameters:
Name | Type | Description |
---|---|---|
$alt |
string | Empty string or user submitted alt attribute. |
$event |
object | Event object. |
- Source:
Returns:
- Type
- string