Added additional code to wrong page
-
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)
Viewing 1 replies (of 1 total)
The topic ‘Added additional code to wrong page’ is closed to new replies.