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
    		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)