bbp_get_reply_edit_template()

Get the reply edit template

Description

Return

(string) Path to template file

Source

File: bp-forums/core/template-loader.php

446
447
448
449
450
451
function bbp_get_reply_edit_template() {
    $templates = array(
        'single-' . bbp_get_reply_post_type() . '-edit.php' // Single Reply Edit
    );
    return bbp_get_query_template( 'reply_edit', $templates );
}

Changelog

Changelog
Version Description
bbPress (r3311) Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.