Skip to content

Instantly share code, notes, and snippets.

@mateusneves
Created December 15, 2016 12:02
Show Gist options
  • Save mateusneves/f9856aeda585c9c511735814a7b69ff8 to your computer and use it in GitHub Desktop.
Save mateusneves/f9856aeda585c9c511735814a7b69ff8 to your computer and use it in GitHub Desktop.
Set upload max size for WordPress. Create a php.ini file and put this file in the folder wp-admin/
upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment