Cannot remove action media_upload_max_image_resize
-
Hi there,
I cannot remove the function media_upload_max_image_resize from the action post-upload-ui.
I call it in my plugin like this:remove_action( 'post-upload-ui', 'media_upload_max_image_resize');But its not working. Do I copy the same line into wp-admin/includes/media.php right after it gets added on line 2001, its working.
As far as I can tell, the problem is that my plugin gets loaded before the action. How should I handle that?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Cannot remove action media_upload_max_image_resize’ is closed to new replies.