bbp_get_template_locations

bbp_get_template_locations

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_template_locations') is found 1 times:

  • /includes/core/template-functions.php line 467
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
            ''
        );
     
        // Filter & return
        return apply_filters( 'bbp_get_template_locations', $locations, $templates );
    }
     
    /**
     * Add template locations to template files being searched for
     *
     * @since 2.1.0 bbPress (r3738)