How can I disable plupload completely from latest wordpress 3.6 and make browser upload default?
Thanks in advance.
How can I disable plupload completely from latest wordpress 3.6 and make browser upload default?
Thanks in advance.
Comments are closed.
This is how the plupload upoader is loaded on Media > Add New
If it was this instead:
Then no UI, no plupload:
However, the Add Media button on the post edit screen is a different ball game. Everything is pure js using backbone. I haven’t got my hands dirty with those classes, yet. Someone else might be able to help with removing the Upload section from it and just have the Gallery. Or, you could
do_action( 'media_buttons', $editor_id );
to create your own Add Media button.But I’m not sure if that is a great idea.
To disable the Flash uploader add the following filter to functions.php