Skip to content

Instantly share code, notes, and snippets.

@mlbd
Last active February 10, 2016 16:33
Show Gist options
  • Save mlbd/a566db0858fe0295934f to your computer and use it in GitHub Desktop.
Save mlbd/a566db0858fe0295934f to your computer and use it in GitHub Desktop.
function wplap_increase_upload_limit( $size ) {
return 10000*800; //Size in Kb
}
add_filter( 'upload_size_limit', 'wplap_increase_upload_limit',12 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment