Set Wordpress Memory

PHOTO EMBED

Thu Sep 01 2022 11:33:22 GMT+0000 (Coordinated Universal Time)

Saved by @fostira #php

define('WP_MEMORY_LIMIT' , '256M');
define( 'WP_MAX_MEMORY_LIMIT', '512M');
content_copyCOPY

Needs to be added in wp-config.php before /* That's all, stop editing! Happy publishing. */ . Change 512 to any other value.