Fix sending posts to at most ten instances (#588)
This commit is contained in:
parent
c3a18d72dd
commit
ca9e71ffc1
1 changed files with 1 additions and 0 deletions
|
@ -267,6 +267,7 @@ class Followers {
|
||||||
// get all Followers of a ID of the WordPress User
|
// get all Followers of a ID of the WordPress User
|
||||||
$posts = new WP_Query(
|
$posts = new WP_Query(
|
||||||
array(
|
array(
|
||||||
|
'nopaging' => true,
|
||||||
'post_type' => self::POST_TYPE,
|
'post_type' => self::POST_TYPE,
|
||||||
'fields' => 'ids',
|
'fields' => 'ids',
|
||||||
// phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_meta_query
|
// phpcs:ignore WordPress.DB.SlowDBQuery.slow_db_query_meta_query
|
||||||
|
|
Loading…
Reference in a new issue