Skip to content

mc_execute_the_content

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

Enable running the_content filters on My Calendar output.

Allows oembed and block articulation, but may cause other problems.

Auto-generated Example

add_filter(
   'mc_execute_the_content',
    function( bool $execute ) {
        // Your code here.
        return $execute;
    }
);

Parameters

  • bool $execute Whether the_content will be run. Default false.

Files

apply_filters( 'mc_execute_the_content', false )

← All Hooks

Clone this wiki locally