Filter: mc_execute_the_content

apply_filters( 'mc_execute_the_content', $execute ) → {bool}

Enable running the_content filters on My Calendar output. Allows oembed and block articulation, but may cause other problems.

Parameters:
Name Type Description
$execute bool

Whether the_content will be run. Default false.

Source:
Returns:
Type
bool