Filter hook 'wp_sitemaps_taxonomies_query_args'

in WP Core File wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php at line 198

Description

Filters the taxonomy terms query arguments. Allows modification of the taxonomy query arguments before querying.

Occurrences

Filename Line Number
wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php 198

Parameters

Type Name Description
array $args Array of WP_Term_Query arguments.
string $taxonomy Taxonomy name.

PHP Doc

/**
		 * Filters the taxonomy terms query arguments.
		 *
		 * Allows modification of the taxonomy query arguments before querying.
		 *
		 * @see WP_Term_Query for a full list of arguments
		 *
		 * @since 5.5.0
		 *
		 * @param array  $args     Array of WP_Term_Query arguments.
		 * @param string $taxonomy Taxonomy name.
		 */