wp_list_authors_args

wp_list_authors_args

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_list_authors_args') is found 1 times:

  • /wp-includes/author-template.php line 470
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    *
     * @param array $query_args  The query arguments for get_users().
     * @param array $parsed_args The arguments passed to wp_list_authors() combined with the defaults.
     */
    $query_args = apply_filters( 'wp_list_authors_args', $query_args, $parsed_args );
     
    $authors     = get_users( $query_args );
    $post_counts = array();
     
    /**
     * Filters whether to short-circuit performing the query for author post counts.
wp_list_authors_args - WordPress Hooks

wp_list_authors_args

wp_list_authors_args

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.1

apply_filters('wp_list_authors_args') is found 1 times:

  • /wp-includes/author-template.php line 468
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    *
     * @param array $query_args  The query arguments for get_users().
     * @param array $parsed_args The arguments passed to wp_list_authors() combined with the defaults.
     */
    $query_args = apply_filters( 'wp_list_authors_args', $query_args, $parsed_args );
     
    $authors     = get_users( $query_args );
    $post_counts = array();
     
    /**
     * Filters whether to short-circuit performing the query for author post counts.