Thanks, I think don't work, in my function:
function my_new_group_show_screen_content() {
echo "New tab page content"; --> THIS WORK
echo wpsm_spec_tabs_render(387); -->DON'T SHOW ANYTHING
$post = get_post( 387 );
echo $output = apply_filters( 'the_content', $post->post_content ); --> THIS WORK
}
It's a page, not a post, but I think it doesn't matter.
Greetings.
Show page content in a buddy press tab. But I understand you.
Thanks!!