Title: add_filter( &#8216;the_content&#8217;, array($this, &#8216;example&#8217;) );
Last modified: November 23, 2017

---

# add_filter( ‘the_content’, array($this, ‘example’) );

 *  Resolved [alamima](https://wordpress.org/support/users/alamima/)
 * (@alamima)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/add_filter-the_content-arraythis-example/)
 * 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](https://wordpress.org/support/users/alamima/)
 * (@alamima)
 * [8 years, 5 months ago](https://wordpress.org/support/topic/add_filter-the_content-arraythis-example/#post-9716117)
 * 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](https://wordpress.org/support/users/alamima/).

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=1039078)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

## Tags

 * [the_content](https://wordpress.org/support/topic-tag/the_content/)

 * 1 reply
 * 1 participant
 * Last reply from: [alamima](https://wordpress.org/support/users/alamima/)
 * Last activity: [8 years, 5 months ago](https://wordpress.org/support/topic/add_filter-the_content-arraythis-example/#post-9716117)
 * Status: resolved