wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



pre_wp_list_authors_post_counts_query › Hooks de Filtros WordPress

Desde6.1.0
Obsoleton/a
apply_filters( 'pre_wp_list_authors_post_counts_query', false, $parsed_args )
Parâmetros: (2)
  • (int[]|false) $post_counts Array of post counts, keyed by author ID.
    Required: Yes
  • (array) $parsed_args The arguments passed to wp_list_authors() combined with the defaults.
    Required: Yes
Definido em:
Codex:

Filters whether to short-circuit performing the query for author post counts.





Fonte

$post_counts = apply_filters( 'pre_wp_list_authors_post_counts_query', false, $parsed_args );