'e_comme_comment' ) ); ?> 1 && get_option( 'page_comments' ) ) : ?>
'
', 'email' => '
', 'website' => '
', ); function e_comme_fields($fields) { return $fields; } add_filter('wl_comment_form_default_fields','e_comme_fields'); $defaults = array( 'fields'=> apply_filters( 'wl_comment_form_default_fields', $fields ), 'comment_field'=> '
', 'submit_field' => '
%1$s %2$s
', 'logged_in_as' => '

'. esc_html__( "Logged in as ",'e-comme' ).''.$user_identity.''.''.esc_html__(" Log out?",'e-comme').'' . '

', 'title_reply_to' => __( 'Leave a Reply to %s','e-comme'), 'class_submit' => 'btn', 'label_submit'=>__( 'SUBMIT COMMENT','e-comme'), 'comment_notes_before'=> '', 'comment_notes_after'=>'', 'title_reply'=> '

'.__('Leave Your Comment Here','e-comme').'

', 'role_form'=> 'form', ); comment_form($defaults); ?>