id summary reporter owner description type status priority milestone component version severity resolution keywords cc focuses 35600 Hooks for post sticky status changes ojrask ojrask "Currently sticky post status changes are hookable using the `update_option` hook variants which are fired when `stick_post` and `unstick_post` functions are called. Getting the sticked post in those hooks is a little bit annoying, as you have to parse old and new values for an updated option. I'd suggest adding action hooks to `stick_post` and `unstick_post` to fire some action called such as {{{#!php ID); do_action('post_unsticked', $post->ID); }}} I could not find any straightforward hook that allows hooking as described above. Let me know if there is a feature like the one above which I could not find, and whether the suggested enhancement would be good or bad, or in need of more discussion. One thing I would like to know whether this would have broader benefits or whether this would be considered a small goal for a very small portion of developers. Marked the version as latest stable, but I presume the feature is not available in any version which has included sticky posts." enhancement closed normal 4.6 Posts, Post Types 2.7 normal fixed has-patch has-unit-tests