category_link

Advertisement

Summery Summery

Filters the category link.

Syntax Syntax

apply_filters( 'category_link', string $termlink, int $term_id )

Parameters Parameters

$termlink

(string) Category link URL.

$term_id

(int) Term ID.

Source Source

File: wp-includes/taxonomy.php

Advertisement

Changelog Changelog

Changelog
VersionDescription
5.4.1Restored (un-deprecated).
2.5.0Deprecated in favor of 'term_link' filter.
1.5.0Introduced.

Advertisement

Leave a Reply