wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



found_networks_query › WordPress Filter Hooks

Seit4.6.0
Veraltetn/v
apply_filters( 'found_networks_query', 'SELECT FOUND_ROWS()
Parameter: (2)
  • (string) $found_networks_query SQL query. Default 'SELECT FOUND_ROWS()'.
    Erforderlich: Ja
  • (WP_Network_Query) $network_query The `WP_Network_Query` instance.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the query used to retrieve found network count.





Quellcode

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