wpseek.com
A WordPress-centric search engine for devs and theme authors



found_networks_query › WordPress Filter Hooks

Since4.6.0
Deprecatedn/a
apply_filters( 'found_networks_query', 'SELECT FOUND_ROWS()
Parameters: (2)
  • (string) $found_networks_query SQL query. Default 'SELECT FOUND_ROWS()'.
    Required: Yes
  • (WP_Network_Query) $network_query The `WP_Network_Query` instance.
    Required: Yes
Defined at:
Codex:

Filters the query used to retrieve found network count.





Source

$found_networks_query = apply_filters( 'found_networks_query', 'SELECT FOUND_ROWS()', $this );