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