Giveaway!! Son Goku Figure and Dragon Ball Book!
I’m giving away a Best Buy-exclusive Son Goku figure designed by Akira Toriyama!
1) Enter at https://link.thedaoofdragonball.com/gokufigure
2) After confirming your email, increase your entries by completing actions on social media and referring your friends.
3) Win!
Winner announced January 31!!

Good luck!
//Get only the approved comments
$args = array(
'status' => 'approve'
);
// The comment Query
$comments_query = new WP_Comment_Query;
$comments = $comments_query->query( $args );
// Comment Loop
if ( $comments ) {
foreach ( $comments as $comment ) {
echo '
' . $comment->comment_content . '
'; } } else { echo 'No comments found.'; }