Update includes/collection/class-followers.php
Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
This commit is contained in:
parent
463bff834b
commit
9da559be6a
1 changed files with 1 additions and 1 deletions
|
@ -424,7 +424,7 @@ class Followers {
|
|||
'meta_query' => array(
|
||||
array(
|
||||
'key' => 'updated_at',
|
||||
'value' => strtotime( 'now' ) - $older_than,
|
||||
'value' => time() - $older_than,
|
||||
'type' => 'numeric',
|
||||
'compare' => '<=',
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue