Update includes/collection/class-followers.php

Co-authored-by: Alex Kirk <akirk@users.noreply.github.com>
This commit is contained in:
Matthias Pfefferle 2023-05-10 18:45:32 +02:00 committed by GitHub
parent 463bff834b
commit 9da559be6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' => '<=',
),