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 message on your wordpress website:

“Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 7680 bytes) in”