How to add_filter to override for Social signed user?
-
We are building a social login for subscribers and would like to override simple-local-avatars.
Tried using both with no luck:
add_filter('simple_local_avatar', array($this, 'social_avatar'), 1, 5);
add_filter('get_avatar', array($this, 'social_avatar'), 1, 5);
How can we add_filter to override simple-local-avatars?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘How to add_filter to override for Social signed user?’ is closed to new replies.