term_link

term_link

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.5.2

apply_filters('term_link') is found 1 times:

  • /wp-includes/taxonomy.php line 4727
    	 * @param string  $termlink Term link URL.
    	 * @param WP_Term $term     Term object.
    	 * @param string  $taxonomy Taxonomy slug.
    	 */
    	return apply_filters( 'term_link', $termlink, $term, $taxonomy );
    }
    
    /**
     * Displays the taxonomies of a post with available options.
     *
     * This function can be used within the loop to display the taxonomies for a
    

See this hook used in plugins: