bp_nouveau_plugin_hook( $suffix = '' )
Fire plugin hooks in the plugins.php template (Groups and Members single items)
Description
Parameters
-
(Required) The suffix of the hook.
Source
File: bp-templates/bp-nouveau/includes/template-tags.php
function bp_nouveau_plugin_hook( $suffix = '' ) { if ( ! $suffix ) { return; } bp_nouveau_hook( array( 'bp', 'template', $suffix, ) ); }
Changelog
Version | Description |
---|---|
BuddyPress 3.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.