bp_nouveau_after_directory_page()
Template tag to wrap the Legacy actions that was used after the components directory page.
Source Source
File: bp-templates/bp-nouveau/includes/template-tags.php
function bp_nouveau_after_directory_page() { $component = bp_current_component(); /** * Fires at the bottom of the activity, members, groups and blogs directory template file. * * @since 1.5.0 Added to the members, groups directory template file. * @since 2.3.0 Added to the blogs directory template file. * @since 6.0.0 Added to the activity directory template file. */ do_action( "bp_after_directory_{$component}_page" ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
6.0.0 | Introduced. |