wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



the_networks › Les Filtres WordPress

Depuis4.6.0
Dépréciéen/a
apply_filters_ref_array( 'the_networks', array( $_networks, &$this )
Paramètres: (2)
  • (WP_Network[]) $_networks An array of WP_Network objects.
    Requis: Oui
  • (WP_Network_Query) $query Current instance of WP_Network_Query (passed by reference).
    Requis: Oui
Défini(e) dans:
Codex:

Filters the network query results.





Source

$_networks = apply_filters_ref_array( 'the_networks', array( $_networks, &$this ) );