Skip to content

Instantly share code, notes, and snippets.

View tronish1189's full-sized avatar

Michael Lopetrone tronish1189

View GitHub Profile
@ajitbohra
ajitbohra / functions.php
Last active June 5, 2021 06:13
Fixing Wordpress Media Upload HTTP Error on Godaddy / Shared Hosting
<?php
/**
* Facing HTTP Error on wordpress media upload on Godaddy / Shared Host ? This snippet might help you fix issue
* For more details about issue: http://www.lubus.in/blog/wordpress-media-upload-http-error-godaddy-shared-hosting-255
**/
/** Change graphic manuplation library used by wordpress **/
add_filter( 'wp_image_editors', 'change_graphic_lib' );