shortcodes()->loop as $comment ) { $post_type = get_post_type( $comment->comment_post_ID ); if ( $post_type == 'um_groups_discussion' ) { $comment_id = $comment->comment_post_ID; $group_id = get_post_meta( $comment_id, '_group_id', true ); $comment_title = get_the_title( $group_id ); $link = site_url() . '/groups/' . $comment_title . '/?tab=discussion#commentid-' . $comment_id; } else { $comment_title = get_the_title( $comment->comment_post_ID ); $link = get_permalink( $comment->comment_post_ID ); } ?>
%2$s','ultimate-member' ), $link, $comment_title ); ?>
shortcodes()->modified_args ) && count( UM()->shortcodes()->loop ) >= 10 ) { ?>