• Resolved ptravassos

    (@ptravassos)


    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 2 years, 10 months ago by ptravassos.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hook action when featured changes’ is closed to new replies.