bp_nouveau_after_media_directory_content()
After Media’s directory content legacy do_action hooks wrapper
Description
Source
File: bp-templates/bp-nouveau/includes/media/template-tags.php
function bp_nouveau_after_media_directory_content() { /** * Fires after the display of the media list. * * @since BuddyBoss 1.0.0 */ do_action( 'bp_after_directory_media_list' ); /** * Fires inside and displays the media directory display content. */ do_action( 'bp_directory_media_content' ); /** * Fires after the media directory display content. * * @since BuddyBoss 1.0.0 */ do_action( 'bp_after_directory_media_content' ); /** * Fires after the media directory listing. * * @since BuddyBoss 1.0.0 */ do_action( 'bp_after_directory_media' ); //bp_get_template_part( 'common/js-templates/media/comments' ); }
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.