AyeCode / userswp

Lightweight WordPress User Profile Plugin, provides a front end login form, registration form, edit account form, forgot password, searchable users directory, and user profiles. It can be extended and we provide add-ons to integrate it with WooCommerce, Easy Digital Downloads, Wp Jobs Manager, GeoDirectory, MailChimp, and many other plugins.
https://userswp.io/
GNU General Public License v2.0
63 stars 26 forks source link

FATAL ERROR: wrong file inclusion in UsersWP_Files #748

Closed nicolaslimet closed 2 weeks ago

nicolaslimet commented 3 weeks ago

UsersWP_Files->upload_file() includes include_once ABSPATH . 'wp-admin/includes/media.php';

instead of: include_once ABSPATH . 'wp-admin/includes/image.php';

for wp_read_image_metadata()