wp_list_authors_args

wp_list_authors_args

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('wp_list_authors_args') is found 1 times:

  • /wp-includes/author-template.php line 470
    	 *
    	 * @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
    	 *
    	 * @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.