Viewing 1 replies (of 1 total)
  • Hi @bigkahunaburger

    If you still need to make this change you can move the form with something like this:

    /**
     * Move the bbResolutions form location.
     */
    remove_action( 'bbp_template_before_single_topic', 'bbResolutions\topic_resolution_form' );
    add_action( 'the_name_of_your_new_action_hook', 'bbResolutions\topic_resolution_form' );
Viewing 1 replies (of 1 total)
  • The topic ‘Manual Placement’ is closed to new replies.