bbp_get_reply_move_template()
Get the reply move template
Description Description
Return Return
(string) Path to template file
Source Source
File: includes/core/template-loader.php
function bbp_get_reply_move_template() { $templates = array( 'single-' . bbp_get_reply_post_type() . '-move.php', // Reply move ); return bbp_get_query_template( 'reply_move', $templates ); }
Changelog Changelog
Version | Description |
---|---|
2.3.0 | Introduced. |