'div-comment-' . get_comment_ID(), 'class' => 'uk-comment', 'itemprop' => 'comment', 'itemscope' => 'itemscope', 'itemtype' => 'http://schema.org/Comment' ) ); echo beans_open_markup( 'beans_comment_header', 'header', array( 'class' => 'uk-comment-header' ) ); /** * Fires in the comment header. * * @since 1.0.0 */ do_action( 'beans_comment_header' ); echo beans_close_markup( 'beans_comment_header', 'header' ); echo beans_open_markup( 'beans_comment_body', 'div', array( 'class' => 'uk-comment-body', 'itemprop' => 'text' ) ); /** * Fires in the comment body. * * @since 1.0.0 */ do_action( 'beans_comment_content' ); echo beans_close_markup( 'beans_comment_body', 'div' ); echo beans_close_markup( 'beans_comment', 'article' );