Skip to content

mc_location_output

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

Filter the HTML output for single location details.

Auto-generated Example

add_filter(
   'mc_location_output',
    function(
        string $content,
        object $location
    ) {
        // Your code here.
        return $content;
    },
    10,
    2
);

Parameters

  • string $content Full HTML output.
  • object $location Calendar location object.

Returns

string

Files

apply_filters( 'mc_location_output', $content, $location )

← All Hooks

Clone this wiki locally