helpers->getPost(); if ( ! $post ) { return $data; } $data['datePosted'] = mysql2date( DATE_W3C, $post->post_date_gmt, false ); return $data; } }