bbp_update_topic_last_active_time
bbp_update_topic_last_active_time
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.12, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.9apply_filters('bbp_update_topic_last_active_time') is found 1 times:
- /includes/topics/functions.php line 266326592660266126622663266426652666266726682669
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)