bbp_get_template_stack

bbp_get_template_stack

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_template_stack') is found 1 times:

  • /includes/core/template-functions.php line 385
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
        // Remove empties and duplicates
        $stack = array_unique( array_filter( $stack ) );
     
        // Filter & return
        return (array) apply_filters( 'bbp_get_template_stack', $stack ) ;
    }
     
    /**
     * Get a template part in an output buffer, and return it
     *
     * @since 2.4.0 bbPress (r5043)

See this hook used in plugins: