/** * Attach tweet data to posts * * @param array $posts * @return array */ static function the_posts($posts) { foreach ($posts as &$post) { AKTT::the_post($post); } return $posts; }