<?php 
    bbp_topic_title(bbp_get_reply_topic_id());
    ?>
        </a>

      </span>
    <?php 
}
?>

    <?php 
do_action('bbp_theme_before_reply_content');
bbp_reply_content();
$post->ID = bbp_get_reply_id();
if (function_exists('wp_ulike_bbpress')) {
    wp_ulike_bbpress('get');
}
do_action('bbp_theme_after_reply_content');
?>

    <?php 
do_action('bbp_theme_before_reply_admin_links');
bbp_reply_admin_links();
do_action('bbp_theme_after_reply_admin_links');
?>


    <a href="#toggle-replies">Toggle replies</a>

  </div>
</div>
Example #2
0
 function wp_ulike_put_bbpress()
 {
     echo wp_ulike_bbpress('put');
 }