bp_get_activity_secondary_avatar, $avatar

bp_get_activity_secondary_avatar, $avatar

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.5.2

apply_filters('bp_get_activity_secondary_avatar, $avatar') is found 2 times:

  • /bp-activity/bp-activity-template.php line 1288
    			 * @since 1.2.10
    			 *
    			 * @param string $avatar Formatted HTML <img> element, or raw avatar URL.
    			 */
    			$avatar = apply_filters( 'bp_get_activity_secondary_avatar', $avatar );
    
    			return sprintf( '<a href="%s" class="%s">%s</a>',
    				esc_url( $link ),
    				esc_attr( $r['link_class'] ),
    				$avatar
    			);
    
  • /bp-activity/bp-activity-template.php line 1298
    			);
    		}
    
    		/** This filter is documented in bp-activity/bp-activity-template.php */
    		return apply_filters( 'bp_get_activity_secondary_avatar', $avatar );
    	}
    
    /**
     * Returns the Allowed HTML tags for the activity action.
     *
     * @since 12.4.1