bp_nouveau_before_activity_directory_content()
Before Activity’s directory content legacy do_action hooks wrapper
Source Source
File: bp-templates/bp-nouveau/includes/activity/template-tags.php
function bp_nouveau_before_activity_directory_content() { /** * Fires at the begining of the templates BP injected content. * * @since 2.3.0 */ do_action( 'bp_before_directory_activity' ); /** * Fires before the activity directory display content. * * @since 1.2.0 */ do_action( 'bp_before_directory_activity_content' ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |