How can I add a button next to favorite buttons on a forum post?
-
***My code worked. BUT appear under title forums.
….
add_action( ‘bbp_template_before_single_forum’ , ‘bbp_post_reply_link’ );***I want to move AFTER favorite buttons. I used bellow code, but NO WORK (don’t appear).
*********Can you help correct this code?
…..
add_action( ‘bbp_theme_after_topic_favorites_action’ , ‘bbp_post_reply_link’ );Thanks
- You must be logged in to reply to this topic.