'forum', 'posts_per_page' => $ppp, 'order' => $order, 'orderby' => $orderby, ); // Filter by IDs (Pro feature). if ( $is_pro_active && ! empty( $attributes['forum_filter_ids'] ) ) { $ids = array_map( 'absint', array_filter( explode( ',', $attributes['forum_filter_ids'] ) ) ); if ( ! empty( $ids ) ) { $query_args['post__in'] = $ids; } } $forums = new WP_Query( $query_args ); // ---- Help Center Cards layout ---------------------------------------- if ( 'help-center' === $layout ) { $show_excerpt = true; // Always show excerpt in Help Center (matches Elementor template). ob_start(); ?>
have_posts() ) : ?>
have_posts() ) : $forums->the_post(); $item_id = get_the_ID(); ?>

' . $styles . ''; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped } ?>
'; $svg_plus = ''; ob_start(); ?>
have_posts() ) : ?>
have_posts() ) : $forums->the_post(); $item_id = get_the_ID(); ?>

·
have_posts() ) : ?>
have_posts() ) : $forums2->the_post(); $item_id = get_the_ID(); ?>

·
' . $styles . ''; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped } return ob_get_clean(); } }