bbp_update_topic_last_active_time

bbp_update_topic_last_active_time

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_update_topic_last_active_time') is found 1 times:

  • /includes/topics/functions.php line 2663
    2659
    2660
    2661
    2662
    2663
    2664
    2665
    2666
    2667
    2668
    2669
            update_post_meta( $topic_id, '_bbp_last_active_time', $new_time );
        }
     
        // Filter & return
        return apply_filters( 'bbp_update_topic_last_active_time', $new_time, $topic_id );
    }
     
    /**
     * Update the topic with the most recent reply ID
     *
     * @since 2.0.0 bbPress (r2625)