bp_nouveau_plugin_hook( $suffix = '' )
Fire plugin hooks in the plugins.php template (Groups and Members single items)
Parameters Parameters
-
(string) (Required) The suffix of the hook.
Source 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, ) ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |