Created
July 20, 2017 10:45
-
-
Save r4nd1/1b868a4c786d798dac95f49623d1e713 to your computer and use it in GitHub Desktop.
Increase the Maximum File Upload Size in WordPress with Theme Functions File
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@ini_set( 'upload_max_size' , '64M' ); | |
@ini_set( 'post_max_size', '64M'); | |
@ini_set( 'max_execution_time', '300' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment