bp_embed_init()
Initializes {@link BP_Embed} after everything is loaded.
Description
Source
File: bp-core/bp-core-functions.php
1757 1758 1759 1760 1761 1762 1763 1764 1765 | function bp_embed_init() { // Get BuddyPress. $bp = buddypress(); if ( empty ( $bp ->embed ) ) { $bp ->embed = new BP_Embed(); } } |
Changelog
Version | Description |
---|---|
BuddyPress 1.5.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.