mc_process_shortcodes - joedolson/my-calendar GitHub Wiki
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_contentOther variable names:$true
Returns
string
Files
apply_filters( 'mc_process_shortcodes', 'true' )