| @@ -275,8 +275,9 @@ | ||
| 275 | 275 | |
| 276 | 276 | $post_types = get_post_types( array( 'public' => true ) ); |
| 277 | 277 | |
| 278 | 278 | $query = new \WP_Query( [ |
| 279 | + 'no_found_rows' => true, | |
| 279 | 280 | 'meta_key' => '_elementor_data', |
| 280 | 281 | 'post_type' => $post_types, |
| 281 | 282 | 'post_status' => [ 'publish', 'private' ], |
| 282 | 283 | 'posts_per_page' => $limit, |