Skip to content

mc_single_event_shortcode

github-actions[bot] edited this page Jun 3, 2026 · 4 revisions

Filter shortcode before appending to single event content.

Auto-generated Example

add_filter(
   'mc_single_event_shortcode',
    function( string $shortcode ) {
        // Your code here.
        return $shortcode;
    }
);

Parameters

  • string $shortcode Shortcode for single event.

Returns

string

Files

apply_filters( 'mc_single_event_shortcode', $shortcode )

← All Hooks

Clone this wiki locally