Skip to content

PHP code snippet – How to increase wp mailster attachment size?

add_filter( 'mailster_attachments_max_filesize', function() {        // Return 5MB     return 1024 * 1024 * 5;} );
See also  How to make an empty variable in Python?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.