Title: add_filter
Last modified: August 19, 2016

---

# add_filter

 *  [JohnnyWhite2007](https://wordpress.org/support/users/johnnywhite2007/)
 * (@johnnywhite2007)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/add_filter/)
 * Can you use add_filter on a plugin function?
 * In other words the plugin has this function that I would like to change, but 
   not edit the actual source:
 *     ```
       function plugins_function(){
       echo 'do some stuff here';
       }
       ```
   
 * I would like to change it to something else using add_filter() like so:
 *     ```
       fucntion plugins_function_custom(){
       echo 'do something else here instead';
       }
       add_filter('plugins_function', 'plugins_function_custom');
       ```
   
 * Any help on this would be great!

The topic ‘add_filter’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 0 replies
 * 1 participant
 * Last reply from: [JohnnyWhite2007](https://wordpress.org/support/users/johnnywhite2007/)
 * Last activity: [15 years, 11 months ago](https://wordpress.org/support/topic/add_filter/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
