-
Posted a reply to erro ao tentar editar o funcions.php, on the site Fóruns de suporte:
Acredito que realmente eu tenha colocado o código no lugar errado. Fiquei sem acesso ao… -
Posted a reply to erro ao tentar editar o funcions.php, on the site Fóruns de suporte:
add_filter( 'wp_image_editors', 'change_graphic_lib' ); function change_graphic_lib($array) { return array( 'WP_Image_Editor_GD', 'WP_Image_Editor_Imagick' ); } -
Created a topic, erro ao tentar editar o funcions.php, on the site Fóruns de suporte:
Estava com um problema no upload de imagens que dava o…