found_networks_query

最后更新于:2021-11-26 10:14:03

apply_filters( ‘found_networks_query’, string $found_networks_query, GC_Network_Query $network_query )

Filters the query used to retrieve found network count.

参数

$found_networks_query

(string)
SQL query. Default ‘SELECT FOUND_ROWS()’.

$network_query

(GC_Network_Query)
The GC_Network_Query instance.

源文件

文件: gc-includes/class-gc-network-query.php

View on Trac