• Resolved alamima

    (@alamima)


    Hello,
    with the new version of events-manager several plugins, that alter text in ‘the_content’, don’t affect the events any more. I need it for autolinks to posts, that are related to hundreds of events … Is there any trick with this: “add_filter( ‘the_content’, array($this, ‘example’) );” ??
    Thankyou for your help

Viewing 1 replies (of 1 total)
  • Thread Starter alamima

    (@alamima)

    Just found it! It works with hight priority: add_filter( ‘the_content’, array($this, ‘example’), 1000 );

    • This reply was modified 8 years, 5 months ago by alamima.
Viewing 1 replies (of 1 total)

The topic ‘add_filter( ‘the_content’, array($this, ‘example’) );’ is closed to new replies.