bp_activity_do_heartbeat, $retval
bp_activity_do_heartbeat, $retval
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_activity_do_heartbeat, $retval') is found 1 times:
- /bp-activity/bp-activity-functions.php line 4220
* @since 2.8.0 * * @param bool $retval Whether or not activity heartbeat is active. */ return (bool) apply_filters( 'bp_activity_do_heartbeat', $retval ); } /** * Detect a change in post type status, and initiate an activity update if necessary. * * @since 2.2.0