bp_nouveau_friend_hook( $suffix = '' )

Fire friend hooks

Description

Parameters

(string) (Required) The suffix of the hook.

Source

File: bp-templates/bp-nouveau/includes/template-tags.php

function bp_nouveau_friend_hook( $suffix = '' ) {
	if ( ! $suffix ) {
		return;
	}

	bp_nouveau_hook(
		array(
			'bp',
			'friend',
			$suffix,
		)
	);
}

Changelog

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.