Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter( 'upload_size_limit', 'j_custom_upload_size_limit', 99 );
- function j_custom_upload_size_limit() {
- return 1000 * 1000 * 1024; /* change the 1000 (on Mb ) on this value */
- }
Advertisement
Add Comment
Please, Sign In to add comment