Warning: This hook has been deprecated.

apply_filters( 'bp_core_get_specific_users_count_sql', string $sql )

Filter the SQL string used for querying specific user paged results.


Description Description

This same filter name is used for the user count SQL, and so should be avoided. Use ‘bp_core_user_get_specific_users_paged_sql’ instead.


Parameters Parameters

$sql

SQL string.


Top ↑

Source Source

File: bp-core/classes/class-bp-core-user.php


Top ↑

Changelog Changelog

Changelog
Version Description
2.3.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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