wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



pre_wp_list_authors_post_counts_query › WordPress Filter Hooks

Da6.1.0
Deprecaton/a
apply_filters( 'pre_wp_list_authors_post_counts_query', false, $parsed_args )
Parametri: (2)
  • (int[]|false) $post_counts Array of post counts, keyed by author ID.
    Richiesto:
  • (array) $parsed_args The arguments passed to wp_list_authors() combined with the defaults.
    Richiesto:
Definito a:
Codex:

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





Sorgenti

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