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

'
', 'email' => '
', 'url' => '' ) ); if (has_action('set_comment_cookies', 'wp_set_comment_cookies') && get_option('show_comments_cookies_opt_in')) { $consent = empty($commenter['comment_author_email']) ? '' : ' checked="checked"'; $fields['cookies'] = '
'; } else { $fields['url'] = $fields['url'] . '
'; } $args = array( 'id_form' => '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' => $fields, ); comment_form($args); endif; ?>