bp_nouveau_friend_hook( $suffix = '' )
Fire friend hooks
Description
Parameters
-
(Required) The suffix of the hook.
Source
File: bp-templates/bp-nouveau/includes/template-tags.php
70 71 72 73 74 75 76 77 78 79 80 81 82 | function bp_nouveau_friend_hook( $suffix = '' ) { if ( ! $suffix ) { return ; } bp_nouveau_hook( array ( 'bp' , 'friend' , $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.