Filters the category that gets used in the %category% permalink token.
Parameters
Source
$category_object = apply_filters( 'post_link_category', $cats[0], $cats, $post );
Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |
Filters the category that gets used in the %category% permalink token.
$category_object = apply_filters( 'post_link_category', $cats[0], $cats, $post );
Version | Description |
---|---|
3.5.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.