mc_todays_events_foot - joedolson/my-calendar GitHub Wiki
Replace the list footer for today's events lists. Default value </ul>.
add_filter(
'mc_todays_events_footer',
function( string ) {
// Your code here.
return string;
}
);-
string$header Existing today's events header HTML. Other variable names:$footer
string List header HTML.
apply_filters( 'mc_todays_events_footer', $footer )