WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about rest_route_for_term

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/rest-api.php apply_filters 3176 /**
* Filters the REST API route for a term.
*
* @since 5.5.0
*
* @param string $route The route path.
* @param WP_Term $term The term object.
*/

Hook Parameters

Parameter Type Name Description
string $route The route path.
WP_Term $term The term object.