bp_nouveau_before_media_directory_content()
Before Media’s directory content legacy do_action hooks wrapper
Description
Source
File: bp-templates/bp-nouveau/includes/media/template-tags.php
function bp_nouveau_before_media_directory_content() {
/**
* Fires at the begining of the templates BP injected content.
*
* @since BuddyBoss 1.0.0
*/
do_action( 'bp_before_directory_media' );
/**
* Fires before the media directory display content.
*
* @since BuddyBoss 1.0.0
*/
do_action( 'bp_before_directory_media_content' );
}
Changelog
| Version | Description |
|---|---|
| BuddyBoss 1.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.