Skip to content

Instantly share code, notes, and snippets.

@christoferw
Created September 3, 2018 13:16
Show Gist options
  • Save christoferw/d9a6d49ba7e2bd00660ce5b6bfdfb593 to your computer and use it in GitHub Desktop.
Save christoferw/d9a6d49ba7e2bd00660ce5b6bfdfb593 to your computer and use it in GitHub Desktop.
WP-Config common used settings
@ini_set("max_execution_time", 300);
@ini_set("memory_limit", "256M");
define('WP_MEMORY_LIMIT', '512M');
define('DISABLE_WP_CRON', true);
//
ini_set('error_reporting', E_ERROR);
define('WP_DEBUG', true);
define( 'WP_DEBUG_LOG', true );
define('WP_DEBUG_DISPLAY', false);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment