post_link_category WordPress Filter Hook
This hook is called when a link category is added. It allows you to take an action when a new link category is added.
apply_filters( 'post_link_category', WP_Term $cat , array $cats , WP_Post $post ) #
Filters the category that gets used in the %category% permalink token.
Parameters
Source
Changelog
Version | Description |
---|---|
3.5.0 | Introduced. |