Description
Filters the category that gets used in the %category% permalink token.
Occurrences
Filename | Line Number |
---|---|
wp-includes/link-template.php | 244 |
Parameters
Type | Name | Description |
---|---|---|
WP_Term | $cat | The category to use in the permalink. |
array | $cats | Array of all categories (WP_Term objects) associated with the post. |
WP_Post | $post | The post in question. |
PHP Doc
/**
* Filters the category that gets used in the %category% permalink token.
*
* @since 3.5.0
*
* @param WP_Term $cat The category to use in the permalink.
* @param array $cats Array of all categories (WP_Term objects) associated with the post.
* @param WP_Post $post The post in question.
*/