bbp_get_breadcrumb

bbp_get_breadcrumb

Hook Type: filter
See hook in action

See hook in core

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
            // 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.

See this hook used in plugins: