apply_filters( 'bp_nouveau_register_scripts', array $value )

Filters the scripts to enqueue for BuddyPress Nouveau.


Description Description

This filter provides a multidimensional array that will map to arguments used for wp_register_script(). The primary index should have the script handle to use, and be assigned an array that has indexes for file location, dependencies, version and if it should load in the footer or not.


Parameters Parameters

$value

Array of scripts to register.


Top ↑

Source Source

File: bp-templates/bp-nouveau/buddypress-functions.php


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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