[buddypress-trac] [BuddyPress] #2674: bp-activity-classes.php: add a sql statements filter

buddypress-trac at lists.automattic.com buddypress-trac at lists.automattic.com
Tue Nov 16 17:35:27 UTC 2010


#2674: bp-activity-classes.php: add a sql statements filter
-------------------------+--------------------------------------------------
 Reporter:  aesqe        |       Owner:     
     Type:  enhancement  |      Status:  new
 Priority:  trivial      |   Milestone:  1.3
Component:  Activity     |     Version:     
 Keywords:  filter       |  
-------------------------+--------------------------------------------------

Comment(by aesqe):

 might be better if the whole string could be filtered, with
 $where_conditions included as second argument:

 {{{
 $where_sql = apply_filters("bp_activity_get_where_conditions", 'WHERE ' .
 join(' AND ', $where_conditions), $where_conditions );
 }}}

-- 
Ticket URL: <https://trac.buddypress.org/ticket/2674#comment:3>
BuddyPress <http://buddypress.org/>
BuddyPress


More information about the buddypress-trac mailing list