WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_terms_args

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/class-wp-term-query.php apply_filters 408 /**
* Filters the terms query arguments.
*
* @since 3.1.0
*
* @param array $args An array of get_terms() arguments.
* @param string[] $taxonomies An array of taxonomy names.
*/

Hook Parameters

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