wpseek.com
WordPress开发者和主题制作者的搜索引擎



the_networks › WordPress过滤钩子

Since4.6.0
已弃用n/a
apply_filters_ref_array( 'the_networks', array( $_networks, &$this )
参数: (2)
  • (WP_Network[]) $_networks An array of WP_Network objects.
    Required: Yes
  • (WP_Network_Query) $query Current instance of WP_Network_Query (passed by reference).
    Required: Yes
定义在:
文档:

Filters the network query results.





源码

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