Change or replace link in calendar widget
-
Hello guys! First of all, big thanks for yoyr job, your Events Maker is definetely the best event manager for WP. I complitely integrated your plugin to my site, and there is the only thing I wasn’t able to do. Please help me.
Calendar widget shows links to events by function em_get_event_date_link
How can I get info of this event (title, etc) instead of the link? Because I nead to replace event link to different thing.So, in class-widgets.php file, in display_calendar function there is code
if($real_day === true) { $row .= (in_array($day, $events) ? '<a href="'.esc_url(em_get_event_date_link($date[0], $month + 1, $day)).'">'.$day.'</a>'.$day : $day); $day++; }
which makes event link.
How can I get event details in this place of code.
Thank you very much!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Change or replace link in calendar widget’ is closed to new replies.