Changes between Initial Version and Version 1 of Ticket #24761, comment 2
- Timestamp:
- 07/15/2013 08:01:18 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24761, comment 2
initial v1 5 5 add_filter( 'wp_handle_upload_prefilter', 'check_upload_size' ); 6 6 7 So, if you don't intend to handle other cases, then WP should not run it in an observable?7 It should gracefully handle other plugins also using wp_handle_upload_prefilter? 8 8 9 9 Regards,