Reparatursysteme von MCD.

function increase_memory_limit() { ini_set('memory_limit', '1024M'); } add_action('init', 'increase_memory_limit');