Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/taxonomy.php | apply_filters | 4640 | /** * Filters the category link. * * @since 1.5.0 * @since 2.5.0 Deprecated in favor of {@see 'term_link'} filter. * @since 5.4.1 Restored (un-deprecated). * * @param string $termlink Category link URL. * @param int $term_id Term ID. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $termlink | Category link URL. |
int | $term_id | Term ID. |