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