How to increase php memory limit on wordpress
Put this lines of code on wp-config.php file which is located on wordpress root directory. /** Memory Limit */ define('WP_MEMORY_LIMIT', '128M'); For memory limit issue you can see this error…
Put this lines of code on wp-config.php file which is located on wordpress root directory. /** Memory Limit */ define('WP_MEMORY_LIMIT', '128M'); For memory limit issue you can see this error…
Make an e-commerce store Fix any WordPress issue Customize any WordPress theme as your requirements. Transfer WordPress websites from one server/domain to another server/domain Install any WordPress themes or plugins. …