category_link

category_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('category_link') is found 1 times:

  • /wp-includes/taxonomy.php line 4715
    		 *
    		 * @param string $termlink Category link URL.
    		 * @param int    $term_id  Term ID.
    		 */
    		$termlink = apply_filters( 'category_link', $termlink, $term->term_id );
    	}
    
    	/**
    	 * Filters the term link.
    	 *
    	 * @since 2.5.0
    

See this hook used in plugins: