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’.
Parameters Parameters
- $value
-
Array of javascript file information to register.
Source Source
File: bp-core/bp-core-cssjs.php
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. |