Upload file on pre_update_option_{option_name}
I’m quite sure the problem is not with the WordPress hook you’re using. Instead, the following: Cannot find $_FILES, in $_POST, there’s the filename .. is most likely because your form tag (<form>) does not have the required enctype attribute which must be set to multipart/form-data to make file upload input works in that the … Read more