Filter hook 'found_networks_query'

in WP Core File wp-includes/class-wp-network-query.php at line 531

Description

Filters the query used to retrieve found network count.

Occurrences

Filename Line Number
wp-includes/class-wp-network-query.php 531

Parameters

Type Name Description
string $found_networks_query SQL query. Default 'SELECT FOUND_ROWS()'.
WP_Network_Query $network_query The `WP_Network_Query` instance.

PHP Doc

/**
			 * Filters the query used to retrieve found network count.
			 *
			 * @since 4.6.0
			 *
			 * @param string           $found_networks_query SQL query. Default 'SELECT FOUND_ROWS()'.
			 * @param WP_Network_Query $network_query        The `WP_Network_Query` instance.
			 */