This page redirects to an external site: https://developer.wordpress.org/reference/hooks/term_link/
term_link is a filter applied to the link URL for a term prior to printing by the function get_term_link.
Append a hashbang at the end of the url
add_filter('term_link', 'term_link_filter', 10, 3);
function term_link_filter( $url, $term, $taxonomy ) {
return $url . "#results";
}
This filter is applied by: