Skip to content

mc_upcoming_events_foot

Joe Dolson edited this page Jun 14, 2026 · 1 revision

Replace the list footer for upcoming events lists. Default value </ul></div>.

Auto-generated Example

add_filter(
   'mc_upcoming_events_footer',
    function( string $header ) {
        // Your code here.
        return $header;
    }
);

Parameters

  • string $header Existing upcoming events footer HTML.

Returns

string List header HTML.

Files

apply_filters( 'mc_upcoming_events_footer', $footer )

← All Hooks

Clone this wiki locally