Skip to content

mc_details_template

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

Filter template for the {details} output. Default: Details about {title}.

Auto-generated Example

add_filter(
   'mc_details_template',
    function(
        string $e_template,
        object $event
    ) {
        // Your code here.
        return $e_template;
    },
    10,
    2
);

Parameters

  • string $e_template String with template tags.
  • object $event Event object.

Returns

string Unparsed template.

Files

apply_filters( 'mc_details_template', $e_template, $event )

← All Hooks

Clone this wiki locally