/home/suroeste/public_html/wp-content/themes/ewebot
NameSizeModeActions
core/-0755rm
css/-0755rm
dist/-0777rm
elementor/-0755rm
fonts/-0755rm
img/-0755rm
js/-0755rm
templates/-0755rm
woocommerce/-0755rm
404.php13510644editdlrm
attachment.php15000644editdlrm
bloglisting.php45880644editdlrm
category.php15840644editdlrm
changelog.txt147810644editdlrm
comments.php41140644editdlrm
error_log2710644editdlrm
footer.php2540644editdlrm
full-width.php27080644editdlrm
functions.php796990644editdlrm
header.php12410644editdlrm
image.php43460644editdlrm
index.php20100644editdlrm
page.php28210644editdlrm
screenshot.png1009960644editdlrm
search.php43300644editdlrm
searchform.php5380644editdlrm
single-portfolio.php43240644editdlrm
single-team.php57220644editdlrm
single.php138480644editdlrm
style.css6170644editdlrm
tag.php500644editdlrm
Edit: /home/suroeste/public_html/wp-content/themes/ewebot/comments.php (4114B)

comment_status) : ?> comment_status) : $comment_form = array( 'fields' => apply_filters('comment_form_default_fields', array( 'author'=> '
', 'email' => '
', 'url' => '' )), 'class_form' => 'comment-form gt3_form', 'comment_field' => '
', 'comment_form_before' => '', 'comment_form_after' => '', 'must_log_in' => esc_html__('You must be logged in to post a comment.', 'ewebot'), 'title_reply_before' => '

', 'title_reply_after' => '

', 'title_reply' => esc_html__('Leave a Reply', 'ewebot'), 'label_submit' => esc_html__('Post a comment', 'ewebot'), 'logged_in_as' => '

' . esc_html__('Logged in as', 'ewebot') . ' ' . $user_identity . '. ' . esc_html__('Log out?', 'ewebot') . '

', 'submit_button' => '', ); add_filter('comment_form_fields', 'gt3_reorder_comment_fields'); if (!function_exists('gt3_reorder_comment_fields')) { function gt3_reorder_comment_fields($fields ) { $new_fields = array(); $myorder = array('author', 'email', 'url', 'comment'); foreach( $myorder as $key ){ if (isset($fields[ $key ])) { $new_fields[ $key ] = $fields[ $key ]; unset( $fields[ $key ] ); } } if( $fields ) { foreach( $fields as $key => $val ) { $new_fields[ $key ] = $val; } } return $new_fields; } } comment_form($comment_form, $post->ID); else : // Comments are closed ?>