bbp_move_reply_form_fields()
Move reply form fields
Description
Output the required hidden fields when moving a reply
Source
File: bp-forums/common/template.php
1849 1850 1851 1852 1853 1854 1855 1856 | function bbp_move_reply_form_fields() { ?> <input type= "hidden" name= "action" id= "bbp_post_action" value= "bbp-move-reply" /> <input type= "hidden" name= "bbp_reply_id" id= "bbp_reply_id" value= "<?php echo absint( $_GET['reply_id'] ); ?>" /> <?php wp_nonce_field( 'bbp-move-reply_' . bbp_get_reply_id() ); } |
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.