bp_core_add_livestamp()
Enqueues livestamp.js on BuddyPress pages.
Description
Source
File: bp-core/bp-core-cssjs.php
function bp_core_add_livestamp() {
if ( ! is_buddypress() ) {
return;
}
bp_core_enqueue_livestamp();
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 2.7.0 | 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.