Title: Filter request for better integration
Last modified: August 20, 2016

---

# Filter request for better integration

 *  Resolved [eventualo](https://wordpress.org/support/users/eventualo/)
 * (@eventualo)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/filter-request-for-better-integration/)
 * I’m working to make work my plugin
    [http://wordpress.org/extend/plugins/avatar-tooltip/](http://wordpress.org/extend/plugins/avatar-tooltip/)
   with yours. I have to use your plugin filter `simple_local_avatar` to add a [
   rel] attribute to avatar image tag. I’d like to have a 2nd parameter in that 
   filter hook: the `$id_or_email`. The new hook line should be (simple-local-avatar-
   php, line 91)
 *     ```
       return apply_filters( 'simple_local_avatar', $avatar, $id_or_email );
       ```
   
 * Do you agree about it? Can you make it? Thank you.
 * [http://wordpress.org/extend/plugins/simple-local-avatars/](http://wordpress.org/extend/plugins/simple-local-avatars/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [eventualo](https://wordpress.org/support/users/eventualo/)
 * (@eventualo)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/filter-request-for-better-integration/#post-3416747)
 * I’m sorry… After new tests I realized that I don’t need this modification in 
   your plugin code. I found a way editing my plugin code.
    BTW maybe this requested
   modification can be useful for someone else.
 *  Plugin Contributor [Jake Goldman](https://wordpress.org/support/users/jakemgold/)
 * (@jakemgold)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/filter-request-for-better-integration/#post-3416823)
 * There’s already a comparable filter in there.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Filter request for better integration’ is closed to new replies.

 * ![](https://ps.w.org/simple-local-avatars/assets/icon.svg?rev=2783752)
 * [Simple Local Avatars](https://wordpress.org/plugins/simple-local-avatars/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-local-avatars/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-local-avatars/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-local-avatars/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-local-avatars/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-local-avatars/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Jake Goldman](https://wordpress.org/support/users/jakemgold/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/filter-request-for-better-integration/#post-3416823)
 * Status: resolved