How to increse WP Memory Limit while showing on theme system status

Posted in: Newspaper
Post count: 17

How to increase WP Memory Limit while showing on theme system status. Can anyone tell me the process of that?
Wp memory

Post count: 1043

You need to paste this code in wp-config.php file just before the line that says ‘That’s all, stop editing! Happy blogging.’
define( 'WP_MEMORY_LIMIT', '256M' ); or ask your hosting provider to do it for you.

Post count: 17

Thanks its works.

Post count: 1043

You are welcome.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.