simpliko / wpadverts

WordPress Classifieds Plugin
https://wpadverts.com/
GNU General Public License v2.0
20 stars 11 forks source link

Force GD Library #136

Closed gwin closed 2 years ago

gwin commented 2 years ago

/ FORCE UPLOADS TO USE GD IMAGE LIBRARY /

function change_graphic_lib($array) { return array( 'WP_Image_Editor_GD', ); } add_filter( 'wp_image_editors', 'change_graphic_lib' );