| Name | Size | Mode | Actions |
|---|---|---|---|
| core/ | - | 0755 | rm |
| css/ | - | 0755 | rm |
| dist/ | - | 0777 | rm |
| elementor/ | - | 0755 | rm |
| fonts/ | - | 0755 | rm |
| img/ | - | 0755 | rm |
| js/ | - | 0755 | rm |
| templates/ | - | 0755 | rm |
| woocommerce/ | - | 0755 | rm |
| 404.php | 1351 | 0644 | editdlrm |
| attachment.php | 1500 | 0644 | editdlrm |
| bloglisting.php | 4588 | 0644 | editdlrm |
| category.php | 1584 | 0644 | editdlrm |
| changelog.txt | 14781 | 0644 | editdlrm |
| comments.php | 4114 | 0644 | editdlrm |
| error_log | 271 | 0644 | editdlrm |
| footer.php | 254 | 0644 | editdlrm |
| full-width.php | 2708 | 0644 | editdlrm |
| functions.php | 79699 | 0644 | editdlrm |
| header.php | 1241 | 0644 | editdlrm |
| image.php | 4346 | 0644 | editdlrm |
| index.php | 2010 | 0644 | editdlrm |
| page.php | 2821 | 0644 | editdlrm |
| screenshot.png | 100996 | 0644 | editdlrm |
| search.php | 4330 | 0644 | editdlrm |
| searchform.php | 538 | 0644 | editdlrm |
| single-portfolio.php | 4324 | 0644 | editdlrm |
| single-team.php | 5722 | 0644 | editdlrm |
| single.php | 13848 | 0644 | editdlrm |
| style.css | 617 | 0644 | editdlrm |
| tag.php | 50 | 0644 | editdlrm |
/home/suroeste/public_html/wp-content/themes/ewebot/comments.php (4114B)
', '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 ?>