| @@ -731,8 +731,9 @@ | ||
| 731 | 731 | * @return \WP_Query |
| 732 | 732 | */ |
| 733 | 733 | public static function get_recently_edited_posts_query( $args = [] ) { |
| 734 | 734 | $args = wp_parse_args( $args, [ |
| 735 | + 'no_found_rows' => true, | |
| 735 | 736 | 'post_type' => 'any', |
| 736 | 737 | 'post_status' => [ 'publish', 'draft' ], |
| 737 | 738 | 'posts_per_page' => '3', |
| 738 | 739 | 'meta_key' => '_elementor_edit_mode', |