bp_nouveau_after_blogs_directory_content()
Template tag to wrap all Legacy actions that was used after the blogs directory content
Source Source
File: bp-templates/bp-nouveau/includes/blogs/template-tags.php
function bp_nouveau_after_blogs_directory_content() { /** * Fires inside and displays the blogs content. * * @since 3.0.0 */ do_action( 'bp_directory_blogs_content' ); /** * Fires after the display of the blogs listing content. * * @since 3.0.0 */ do_action( 'bp_after_directory_blogs_content' ); /** * Fires at the bottom of the blogs directory template file. * * @since 1.5.0 */ do_action( 'bp_after_directory_blogs' ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |