bp_core_add_livestamp()

Enqueues livestamp.js on BuddyPress pages.


Description Description


Source Source

File: bp-core/bp-core-cssjs.php

function bp_core_add_livestamp() {
	if ( ! is_buddypress() ) {
		return;
	}

	bp_core_enqueue_livestamp();
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.