• Resolved Ganga108

    (@ganga108)


    Hello,
    I have problem with long meta data dates list on recurring events, is there any way so i can remove date display on recurring events ? Or any way to add custom class to all recurring events so i can target it? Can i ask for some suggestions how can i solve this porblem ?

    Thank you !

    https://ww.wp.xz.cn/plugins/events-maker/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author dFactory

    (@dfactory)

    Yes, there are multiple ways. For example using em_display_event_occurrences filter hook.

    add_filter( 'em_display_event_occurrences', '__return_false' );

    Thread Starter Ganga108

    (@ganga108)

    Thank you for your help ! Its exacly this what i need .

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘recurring event meta data’ is closed to new replies.