(New) Solve WordPress File Upload Limit

This video will show you how to solve the wordpress file uload limit of 2MB or 8M. This problem can affect you in importing demo files, uploading plugins and more.

This is the code talked about in the video (just copy and paste):

upload_max_filesize = 64M
post_max_size = 64M
max_execution_time = 200
max_input_time = 180

error: Content is protected !!