20, 'meta_key' => '_spam_meta_time', 'meta_value' => time() - ( DAY_IN_SECONDS * FLAMINGO_MOVE_TRASH_DAYS ), 'meta_compare' => '<', 'orderby' => 'meta_value_num', 'order' => 'ASC', 'post_status' => Flamingo_Inbound_Message::spam_status, ) ); foreach ( $posts_to_move as $post ) { $post->trash(); } }