Skip to content

Instantly share code, notes, and snippets.

@yratof
Created July 30, 2014 12:19
Show Gist options
  • Select an option

  • Save yratof/6c5bb8bf270b55fe8d40 to your computer and use it in GitHub Desktop.

Select an option

Save yratof/6c5bb8bf270b55fe8d40 to your computer and use it in GitHub Desktop.
Limit Wordpress Filesize upload.
@ini_set( ‘upload_max_size’ , ’3M’ );
@ini_set( ‘post_max_size’, ’3M’);
@ini_set( ‘max_execution_time’, ’1000′ );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment