bp_activity_enqueue_heartbeat_js()
Enqueue Heartbeat js for the activity
Description
Source
File: bp-activity/bp-activity-filters.php
function bp_activity_enqueue_heartbeat_js() {
if ( bp_activity_do_heartbeat() ) {
wp_enqueue_script( 'heartbeat' );
}
}
Changelog
| Version | Description |
|---|---|
| BuddyBoss 1.1.1 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.