bp_activity_heartbeat_pulse, 15
bp_activity_heartbeat_pulse, 15
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_activity_heartbeat_pulse, 15') is found 1 times:
- /bp-activity/bp-activity-filters.php line 641
* @since 2.0.0 * * @param int $value The frequency in seconds between pulses. */ $bp_activity_pulse = apply_filters( 'bp_activity_heartbeat_pulse', 15 ); /** * Use the global pulse value unless: * a. the BP-specific value has been specifically filtered, or * b. it doesn't exist (ie, BP will be the only one using the heartbeat, * so we're responsible for enabling it)