Change File size max Home › WPAli Support Forums › WooCommerce Drag & Drop Image Upload › Change File size max This topic has 1 reply, 2 voices, and was last updated 4 years, 7 months ago by Ali Khallad. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts March 28, 2020 at 5:20 pm #8753 rbandojoParticipant How to change file size max For example, 40mb Users can upload a file with a size of 40mb March 28, 2020 at 6:26 pm #8754 Ali KhalladKeymaster Add this to your child theme’s functions.php file: function wddu_new_max_upload_size( $num ) { return 40; } add_filter( 'wddu_max_upload_size', 'wddu_new_max_upload_size' ); Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In