[buddypress-trac] [BuddyPress Trac] #6944: 'bp_core_fetch_avatar_no_grav' no longer working

buddypress-trac noreply at wordpress.org
Sat Mar 5 15:18:14 UTC 2016


#6944: 'bp_core_fetch_avatar_no_grav' no longer working
---------------------------+------------------------------
 Reporter:  maelga         |       Owner:
     Type:  defect (bug)   |      Status:  new
 Priority:  normal         |   Milestone:  Awaiting Review
Component:  API - Avatars  |     Version:  2.4.0
 Severity:  normal         |  Resolution:
 Keywords:  needs-patch    |
---------------------------+------------------------------

Comment (by dcavins):

 Thanks for your report.

 This filter is working for me with BP 2.4.3 or 2.5.0 and WP 4.4.x. Can you
 add code like below (to your theme's functions file would be fine) to see
 if anything else is hooked to that filter?

 {{{#!php
 function dc_wp_show_hooked_filters(){
   global $wp_filter;
   $filter_name = 'bp_core_fetch_avatar_no_grav';
   echo '<pre class="filter-dump">';
   var_dump( $wp_filter[$filter_name] );
   echo '</pre>';
 }
 add_action( 'wp_head', 'dc_wp_show_hooked_filters' );
 }}}

--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/6944#comment:1>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list