Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/category-template.php | apply_filters | 1189 | /** * Filters the array of tags for the given post. * * @since 2.3.0 * * @see get_the_terms() * * @param WP_Term[]|false|WP_Error $terms Array of WP_Term objects on success, false if there are no terms * or the post does not exist, WP_Error on failure. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
WP_Term[]|false|WP_Error | $terms | Array of WP_Term objects on success, false if there are no terms |