• Resolved pinktank

    (@pinktank)


    You suggest using the following to remove event links in the knowledgebase:

    remove_action(‘tribe_events_single_event_after_the_content’, array(‘Tribe__Events__iCal’, ‘single_event_links’));

    However, while adding the action would work going from class to $this, removing the action doesn’t as the Tribe__Events__iCal class is using $this to create the links, and you can’t get at it backwards after having called it.

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘BUG: remove_action…(‘Tribe__Events__iCal’, ‘single_event_links’)); won’t work’ is closed to new replies.