Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Increase Frontend Max Upload Size */
- function max_upload_file_frontend_submit( $size ) {
- $size = wp_convert_hr_to_bytes( '100MB' );
- return $size;
- }
- add_filter( 'jnews_frontend_max_upload_size', 'max_upload_file_frontend_submit', 99 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement