mc_todays_events_foot - joedolson/my-calendar GitHub Wiki

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

⚠️ **GitHub.com Fallback** ⚠️