wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



pre_wp_list_authors_post_counts_query › Filtr WordPress Hooks

Od6.1.0
Przestarzałyn/a
apply_filters( 'pre_wp_list_authors_post_counts_query', false, $parsed_args )
Parametry: (2)
  • (int[]|false) $post_counts Array of post counts, keyed by author ID.
    Wymagane: Tak
  • (array) $parsed_args The arguments passed to wp_list_authors() combined with the defaults.
    Wymagane: Tak
Zdefiniowane na:
Codex:

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





Źródło

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