WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_terms_defaults

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-term-query.php apply_filters 260 /**
* Filters the terms query default arguments.
*
* Use {@see 'get_terms_args'} to filter the passed arguments.
*
* @since 4.4.0
*
* @param array $defaults An array of default get_terms() arguments.
* @param string[] $taxonomies An array of taxonomy names.
*/

Hook Parameters

Parameter Type Name Description
array $defaults An array of default get_terms() arguments.
string[] $taxonomies An array of taxonomy names.