Title: addfilter order problem
Last modified: August 18, 2016

---

# addfilter order problem

 *  Resolved [storyday](https://wordpress.org/support/users/storyday/)
 * (@storyday)
 * [19 years, 2 months ago](https://wordpress.org/support/topic/addfilter-order-problem/)
 * I want to show all my post in mt rss feed,
    so I can not filte <!–more–> in my
   plugin,why? the php code is listed as bellows
 *     ```
       function kill_more_for_feed($data) {
       //this is the first version
       //you can set up to 10 ads type
       require_once("googleads.php");
   
       	//find the google ads to replace
   
           if( is_feed()  )
       	$data = str_replace('<!--more-->', '', $data); 
   
           return $data;
       } 
   
       add_filter('the_content', 'kill_more_for_feed');
       ```
   
 * but it does not work,how can I do it,thanks!

The topic ‘addfilter order problem’ is closed to new replies.

 * 0 replies
 * 1 participant
 * Last reply from: [storyday](https://wordpress.org/support/users/storyday/)
 * Last activity: [19 years, 2 months ago](https://wordpress.org/support/topic/addfilter-order-problem/)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
