Dragon Ball Z: Light of Hope Final Trailer

The final trailer for Dragon Ball Z: Light of Hope – Episode 1 is here. Enjoy!

Please Like, Share, and Subscribe to Robot Underdog.

Episode 1 will premiere later this year.



//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.'; }