diff --git a/includes/collection/class-followers.php b/includes/collection/class-followers.php index 6831f3b..8f2274d 100644 --- a/includes/collection/class-followers.php +++ b/includes/collection/class-followers.php @@ -267,6 +267,7 @@ class Followers { // get all Followers of a ID of the WordPress User $posts = new WP_Query( array( + 'nopaging' => true, 'post_type' => self::POST_TYPE, 'fields' => 'ids', // phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_meta_query