mc_single_event_shortcode - joedolson/my-calendar GitHub Wiki
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$shortcodeShortcode for single event.
Returns
string
Files
apply_filters( 'mc_single_event_shortcode', $shortcode )