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

Filters the total activities MySQL statement.


Description Description


Parameters Parameters

$value

MySQL statement used to query for total activities.

$where_sql

MySQL WHERE statement portion.

$sort

Sort direction for query.


Top ↑

Source Source

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


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.