Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

Add additional filter for event title

$
0
0

Replies: 0

Hi Joe,

I’ve been trying to modify the event title if it’s an all-day event using certain “notime” text.

I’ve successfully changed the title in:
– the calendar view, using the ‘mc_heading_inner_title’ filter
– the details pane, using the ‘mcs_time_block’ filter

But I believe it’s not possible to modify the event title in
– the details pane heading
– the list view details
as these directly use the event_title variable (from line 341 in my-calendar-output.php), which does not appear to have a filter attached to it before it’s used to create these elements.

I’d really appreciate it you’d consider adding a filter for this variable as well, so that I can modify the event title in these other two locations.

Thanks,

Nikki


Viewing all articles
Browse latest Browse all 59525

Trending Articles