apply_filters( 'mc_filter_image_data', $e, $event ) → {array}
Filter template tag array and add image data. Runs before other template tags are created. Use mc_filter_shortcodes
to modify existing template tags.
Parameters:
Name | Type | Description |
---|---|---|
$e |
array | Array to hold event template tags. |
$event |
object | Event object. |
- Source:
Returns:
Template tag array.
- Type
- array