• Hi –
    I was trying to address an issue with photo uploads, and accidentally added code to the wrong page. Now, when I try to edit or login, I get the following:
    define(a€?WP_MEMORY_LIMITa€?, a€?64MBa€?); add_filter( a€?wp_image_editorsa€?, a€?change_graphic_liba€? ); function change_graphic_lib($array) { return array( a€?WP_Image_Editor_GDa€?, a€?WP_Image_Editor_Imagicka€? ); }

    Suggestions?

Viewing 1 replies (of 1 total)
  • Moderator t-p

    (@t-p)

    Can’t you remove that code?

    Since you don’t have access to your admin area, use FTP , or your web-host’s cPanel or whatever file management application your host provides to edit the file in question (no Dashboard access required).

Viewing 1 replies (of 1 total)
  • The topic ‘Added additional code to wrong page’ is closed to new replies.