Just to close this out, I ended up using this and it worked for my needs :
function authors_box($user_id, $post_counter) {
echo do_shortcode('[ultimate_author_box user_id="'.$user_id.'"]');
}
add_action('asgarosforum_after_post_message', 'authors_box', 10, 2);
Thank you!
Just to close this out, I ended up using this and it worked for my needs :
function authors_box($user_id, $post_counter) {
echo do_shortcode('[ultimate_author_box user_id="'.$user_id.'"]');
}
add_action('asgarosforum_after_post_message', 'authors_box', 10, 2);
Thank you!
Asgaros has reacted to this post.