apply_filters( 'mc_event_post_content', $new_content, $content, $post ) → {string}
Filter single event content prior to running shortcodes.
Parameters:
Name | Type | Description |
---|---|---|
$new_content |
string | Event content with event shortcode appended. |
$content |
string | Original event content. |
$post |
WP_Post | Post object. |
- Source:
Returns:
- Type
- string