found_posts ) ? $the_query->found_posts : 0; ?>

have_posts() ) { echo '
'; while ( $the_query->have_posts() ) { $the_query->the_post(); uwp_get_template( 'bootstrap/posts-post.php', $args ); } echo '
'; /* Restore original Post Data */ wp_reset_postdata(); } do_action( 'uwp_profile_pagination', $the_query->max_num_pages ); } else { $no_items_message = '' . esc_html( __( 'No items found.', 'userswp' ) ) . ''; echo apply_filters( 'uwp_profile_posts_loop_no_items', $no_items_message, $args ); // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped } do_action( 'uwp_profile_posts_loop_after', $args, $found_posts ); ?>