Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/rest-api.php | apply_filters | 3209 | /** * Filters the REST API route for a taxonomy. * * @since 5.9.0 * * @param string $route The route path. * @param WP_Taxonomy $taxonomy The taxonomy object. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $route | The route path. |
WP_Taxonomy | $taxonomy | The taxonomy object. |