• 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(‘WP_MEMORY_LIMIT’, ’64MB’); add_filter( ‘wp_image_editors’, ‘change_graphic_lib’ ); function change_graphic_lib($array) { return array( ‘WP_Image_Editor_GD’, ‘WP_Image_Editor_Imagick’ ); }

    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.