Filters the query used to retrieve found network count.
Parameters
$found_networks_querystring- SQL query. Default ‘SELECT FOUND_ROWS()’.
$network_queryWP_Network_Query- The
WP_Network_Queryinstance.
Source
$found_networks_query = apply_filters( 'found_networks_query', 'SELECT FOUND_ROWS()', $this );
Changelog
| Version | Description |
|---|---|
| 4.6.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.