Skip to content

mc_todays_events_foot

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

Replace the list footer for today's events lists. Default value </ul>.

Auto-generated Example

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

Parameters

  • string $header Existing today's events header HTML. Other variable names: $footer

Returns

string List header HTML.

Files

apply_filters( 'mc_todays_events_footer', $footer )

← All Hooks

Clone this wiki locally