bp_nouveau_document( null $bp_nouveau = null )
Launch the Media loader class.
Description
Parameters
- $bp_nouveau
-
(Optional)
Default value: null
Source
File: bp-templates/bp-nouveau/includes/document/loader.php
function bp_nouveau_document( $bp_nouveau = null ) { if ( is_null( $bp_nouveau ) ) { return; } $bp_nouveau->document = new BP_Nouveau_Document(); }
Changelog
Version | Description |
---|---|
BuddyBoss 1.4.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.