Filter: my_calendar_body

apply_filters( 'my_calendar_body', $body ) → {string}

Filter the calendar shortcode main body output.

Parameters:
Name Type Description
$body string

HTML output.

Source:
Returns:
Type
string