file upload appears in site
-
My site got hacked and was busy deleting htacess files.
After updating theme (astra) I suddenly get a file upload form included in my site at the top. it messes with headers and menus.
I have no idea where this comes from. I have upgraded to latest WP version so I hope wp-content is updated.
HTML looks like this
<form action="" method="post" enctype="multipart/form-data"> Select image to upload: <input type="file" name="fileToUpload" id="fileToUpload"> <input type="submit" value="Upload Image" name="submit"> </form> </body>
Anybody an idea how to fix this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘file upload appears in site’ is closed to new replies.