new AZEXO_Walker_Comment(), 'avatar_size' => isset($options['avatar_size']) ? $options['avatar_size'] : 32, )); ?>
1 && get_option('page_comments')) : ?>

'commentform', 'id_submit' => 'submit', 'submit_field' => '
%1$s %2$s
', 'title_reply' => esc_html__('Leave a Reply', 'azexo'), 'title_reply_to' => esc_html__('Leave a Reply to %s', 'azexo'), 'cancel_reply_link' => esc_html__('Cancel Reply', 'azexo'), 'label_submit' => esc_html__('submit', 'azexo'), 'comment_field' => '', 'must_log_in' => '

' . sprintf( wp_kses(__('You must be logged in to post a comment.', 'azexo'), array('a' => array('href' => array()))), esc_url(wp_login_url(apply_filters('the_permalink', get_permalink()))) ) . '

', 'logged_in_as' => '

' . sprintf( wp_kses(__('Logged in as %2$s. Log out?', 'azexo'), array('a' => array('href' => array()))), esc_url(admin_url('profile.php')), $user_identity, esc_url(wp_logout_url(apply_filters('the_permalink', get_permalink()))) ) . '

', 'comment_notes_before' => '', 'comment_notes_after' => '', 'fields' => apply_filters('comment_form_default_fields', array( 'author' => '
', 'email' => '
', 'url' => '
' ) ), ); comment_form($args); endif; ?>