apply_filters( 'bp_core_register_common_scripts', array $value )

Filters the BuddyPress Core javascript files to register.


Description Description

Default handles include ‘bp-confirm’, ‘bp-widget-members’, ‘bp-jquery-query’, ‘bp-jquery-cookie’, and ‘bp-jquery-scroll-to’.


Top ↑

Parameters Parameters

$value

(array) Array of javascript file information to register.


Source Source

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

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 'bp-moment', 'bp-livestamp' added. 'bp-moment-locale' is added conditionally if a moment.js locale file is found.
2.4.0 'bp-cover-image' added.
2.3.0 'bp-plupload', 'bp-avatar', 'bp-webcam' added.
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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