tag_link

tag_link

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('tag_link') is found 1 times:

  • /wp-includes/taxonomy.php line 4679
    		 *
    		 * @param string $termlink Tag link URL.
    		 * @param int    $term_id  Term ID.
    		 */
    		$termlink = apply_filters( 'tag_link', $termlink, $term->term_id );
    	} elseif ( 'category' === $taxonomy ) {
    
    		/**
    		 * Filters the category link.
    		 *
    		 * @since 1.5.0