bbp_get_breadcrumb
Like this:
Like Loading...
Hook Type: filter
See hook in action
Displaying hooks found in version: bbpress.2.6.9
apply_filters('bbp_get_breadcrumb') is found 1 times:
- /includes/common/template.php line 2488
// Build the trail
$trail = ! empty( $crumbs ) ? ( $r['before'] . $r['crumb_before'] . implode( $sep . $r['crumb_after'] . $r['crumb_before'] , $crumbs ) . $r['crumb_after'] . $r['after'] ) : '';
// Filter & return
return apply_filters( 'bbp_get_breadcrumb', $trail, $crumbs, $r, $args );
}
/** Topic Tags ***************************************************************/
/**
* Output all of the allowed tags in HTML format with attributes.
Like this:
Like Loading...
See this hook used in plugins: