apply_filters( 'found_networks_query', string $found_networks_query, WP_Network_Query $network_query )

Filters the query used to retrieve found network count.


Description


Parameters

$found_networks_query

(string) SQL query. Default 'SELECT FOUND_ROWS()'.

$network_query

(WP_Network_Query) The WP_Network_Query instance.


Top ↑

Source

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

View on Trac


Top ↑

Changelog

Version Description
4.6.0 Introduced.