Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter Jeff Cole

    (@upekshapriya)

    I had a look at the plugin code and found

    /events-manager/classes/em-event.php

    which appeared to process the placeholders.

    It seems to me that the plugin isn’t running do_shortcode() on the results of the_content and so I tried to add an extra line at 2171

    add_filter('dbem_notes', 'do_shortcode');

    This processed all shortcodes in the content of the notes! It doesn’t appear to have any other repercussions for me at least. Maybe you could incorporate this line into your code?

    sorry but this isn’t possible at the moment.

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    hi Jeff, I think you may have a point here actually…

    Whilst shortcode in descriptions on the actual event page will work, it’s true that it wouldn’t work outside the single events page. Will add this to next update

    Thread Starter Jeff Cole

    (@upekshapriya)

    Great news. I won’t have to apply a hack any more!

    Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    if you leave it where you suggested it’ll be there on next update 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Shortcode doesn't appear to be processed within #_EVENTNOTES’ is closed to new replies.