For Solution1, are you inserting this into “functions.php” or “function.php” ? Is there a difference?
Thanks!
Can I simply paste this at the bottom of my theme’s function.php?
add_filter( ‘wp_image_editors’, ‘change_graphic_lib’ );
function change_graphic_lib($array) {
return array( ‘WP_Image_Editor_GD’, ‘WP_Image_Editor_Imagick’ );
}
How were you able to edit your footer?
I would like to remove a few of the unused social icons.