apply_filters( 'bp_activity_total_activities_sql', string $value, string $where_sql, string $sort )

Filters the total activities MySQL statement.


Parameters Parameters

$value

(string) MySQL statement used to query for total activities.

$where_sql

(string) MySQL WHERE statement portion.

$sort

(string) Sort direction for query.


Source Source

File: bp-activity/classes/class-bp-activity-activity.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.