How to increase WordPress Memory Limit, Max Input Time, Max Input Vars, Upload Max Size, Max Execution Time, Post Max Size in just 2 min.
By editing .htaccess file By editing wp-config.php Add this to the top, before the line that says, “Happy Blogging”: set_time_limit(300); define (‘WP_MEMORY_LIMIT’, ‘256M’); By editing php.ini Search for the below terms and increase them as per your […]