Skip to content

mc_inner_content_template_fields

github-actions[bot] edited this page May 15, 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.

Returns

{array}

Files

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

← All Hooks

Clone this wiki locally