'mphbr-review-form comment-form',
'label_submit' => esc_html__('Post review', 'albatross'), // Change the title of send button
'title_reply' => sprintf(esc_html__('Review "%s"', 'albatross'), get_the_title()), // Change the title of the reply section
'comment_field' => '
' ) ); comment_form($comments_args); ?>