Filter: mc_insert_author_data

apply_filters( 'mc_insert_author_data', $e, $event ) → {array}

Filter template tag array and add author 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