Skip to content

mc_inner_content_template_fields

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

Filter fields that mc_inner_content runs on in templates.

Auto-generated Example

add_filter(
   'mc_inner_content_template_fields',
    function(
        array $description_fields,
        object $event
    ) {
        // Your code here.
        return $description_fields;
    },
    10,
    2
);

Parameters

  • array $description_fields Array of template tags containing event description data.
  • object $event Event object.

Files

apply_filters( 'mc_inner_content_template_fields', $description_fields, $event )

← All Hooks

Clone this wiki locally