Skip to content

mc_process_shortcodes

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

Disable shortcode parsing in content. Default 'true'.

Auto-generated Example

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

Parameters

  • string $string_return_string_to_run_do_shortcode_on_calendar_content Other variable names: $true

Returns

string

Files

apply_filters( 'mc_process_shortcodes', 'true' )

← All Hooks

Clone this wiki locally