Goku Vs. Superman DEATH BATTLE is Here!
The Goku Vs. Superman DEATH BATTLE is here! Will Goku win or is Superman too powerful?
Sound off in the comments!
*** SPOILERS IN COMMENTS – Watch the video first. ***
Also big thanks to ScrewAttack for asking me to be a part of Internet history!
//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.'; }