bbp_get_forum_ancestors

bbp_get_forum_ancestors

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_forum_ancestors') is found 1 times:

  • /includes/forums/template.php line 645
    641
    642
    643
    644
    645
    646
    647
    648
    649
    650
    651
            }
        }
     
        // Filter & return
        return apply_filters( 'bbp_get_forum_ancestors', $ancestors, $forum_id );
    }
     
    /**
     * Return subforums of given forum
     *
     * @since 2.0.0 bbPress (r2747)