Skip to content

mc_details_grid_link

github-actions[bot] edited this page Jun 14, 2026 · 7 revisions

Filter link to event details in grid.

Auto-generated Example

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

Parameters

  • string $more More link.
  • object $event My Calendar event object.

Returns

string

Files

apply_filters( 'mc_details_grid_link', $more, $event )
apply_filters( 'mc_details_grid_link', $more, $event )

← All Hooks

Clone this wiki locally