apply_filters( 'found_users_query', string $sql, WP_User_Query $this )

Filters SELECT FOUND_ROWS() query for the current WP_User_Query instance.


Description Description


Parameters Parameters

$sql

(string) The SELECT FOUND_ROWS() query for the current WP_User_Query.

$this

(WP_User_Query) The current WP_User_Query instance.


Top ↑

Source Source

File: wp-includes/class-wp-user-query.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
5.1.0 Added the $this parameter.
3.2.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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