Title: Hook action when featured changes
Last modified: January 8, 2022

---

# Hook action when featured changes

 *  Resolved [ptravassos](https://wordpress.org/support/users/ptravassos/)
 * (@ptravassos)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/hook-action-when-featured-changes/)
 * Hi, it would be nice if you could add an action when a featured is updated.
 * In my case, i use for a content inside a popup in the homepage and i need to 
   trigger the clear cache for that page when the featured changes.
 * It worked adding in the file /includes/classes/class-ns-featured-posts-admin.
   php L:382:
    `do_action('ns_featured_post_changed', $post_id);`
 * just before the:
    `wp_send_json( $output );`
    -  This topic was modified 4 years, 5 months ago by [ptravassos](https://wordpress.org/support/users/ptravassos/).

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [rabmalin](https://wordpress.org/support/users/rabmalin/)
 * (@rabmalin)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/hook-action-when-featured-changes/#post-15232470)
 * Fixed in latest update.
    -  This reply was modified 4 years, 5 months ago by [rabmalin](https://wordpress.org/support/users/rabmalin/).
 *  Thread Starter [ptravassos](https://wordpress.org/support/users/ptravassos/)
 * (@ptravassos)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/hook-action-when-featured-changes/#post-15232797)
 * Excellent! Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Hook action when featured changes’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ns-featured-posts_fdfdfd.svg)
 * [NS Featured Posts](https://wordpress.org/plugins/ns-featured-posts/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ns-featured-posts/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ns-featured-posts/)
 * [Active Topics](https://wordpress.org/support/plugin/ns-featured-posts/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ns-featured-posts/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ns-featured-posts/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [ptravassos](https://wordpress.org/support/users/ptravassos/)
 * Last activity: [4 years, 5 months ago](https://wordpress.org/support/topic/hook-action-when-featured-changes/#post-15232797)
 * Status: resolved