File: bp-messages/classes/class-bp-messages-notice.php |
Description |
---|---|
bp_messages_notice_get_total_sql |
Filters the SQL used to retrieve total group results. |
BP_Messages_Notice::convert_orderby_to_order_by_term() |
Convert the ‘orderby’ param into a proper SQL term/column. |
BP_Messages_Notice::get() |
Query for Notices. |
bp_messages_notice_get_orderby |
Filters the converted ‘orderby’ term. |
bp_messages_notice_get_where_conditions |
Filters the Where SQL statement. |
bp_messages_notice_get_join_sql |
Filters the From SQL statement. |
bp_messages_notice_get_paged_sql |
Filters the pagination SQL statement. |
BP_Messages_Notice::get_notices() |
Pulls up a list of notices. |
messages_notice_get_notices |
Filters the array of notices, sorted by date and paginated. |
BP_Messages_Notice::get_total_notice_count() |
Returns the total number of recorded notices. |