bp_nouveau_xprofile_enqueue_scripts()
Enqueue the xprofile scripts
Description
Source
File: bp-templates/bp-nouveau/includes/xprofile/functions.php
function bp_nouveau_xprofile_enqueue_scripts() {
if ( ! bp_is_user_profile_edit() && ! bp_is_register_page() ) {
return;
}
wp_enqueue_script( 'bp-nouveau-xprofile' );
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 3.0.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.