bbp_get_reply_edit_template()
Get the reply edit template
Description Description
Return Return
(string) Path to template file
Source Source
File: includes/core/template-loader.php
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 |
---|---|
2.0.0 | Introduced. |