Zwiększenie limitu pamięci PHP (Memory Limit)

Elementor i WooCommerce są pamięciożerne. Błąd „Allowed memory size exhausted” to klasyk. Ten kod wymusza wyższy limit po stronie WP. Wklej do wp-config.php przed linią „That’s all, stop editing”.

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