bbp_get_breadcrumb
Like this:
Like Loading...
Appears in:
bbpress.2.5.14,
bbpress.2.6.0,
bbpress.2.6.1,
bbpress.2.6.11,
bbpress.2.6.12,
bbpress.2.6.2,
bbpress.2.6.3,
bbpress.2.6.4,
bbpress.2.6.5,
bbpress.2.6.6,
bbpress.2.6.9Hook 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
2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 |
$trail = ! empty ( $crumbs ) ? ( $r [ 'before' ] . $r [ 'crumb_before' ] . implode( $sep . $r [ 'crumb_after' ] . $r [ 'crumb_before' ] , $crumbs ) . $r [ 'crumb_after' ] . $r [ 'after' ] ) : '' ;
return apply_filters( 'bbp_get_breadcrumb' , $trail , $crumbs , $r , $args );
}
/**
* Output all of the allowed tags in HTML format with attributes.
|
Like this:
Like Loading...
See this hook used in plugins: