wp-config.php Snippet Generator
Assemble a wp-config.php configuration snippet from the most commonly used constants: debug mode, memory limit, disabling the file editor, blocking updates, post revisions and autosave. Tick the options, set the values and paste the ready-made block into the file. Everything is computed in your browser, nothing is sent.
Enables PHP error reporting. For diagnosing problems; in production it is best to log to a file and not show errors on the page.
Disables the built-in theme and plugin editor in the dashboard. A recommended safeguard that limits the impact of a compromised admin account.
Completely blocks installing, updating and deleting plugins and themes from the dashboard. A strong safeguard, but it hinders day-to-day work. Enable deliberately.
Forces an encrypted connection when logging in and in the dashboard. Enable only when the site works correctly over HTTPS.
wp-config.php above the /* That's all, stop editing! */ line. Constants placed below it will not work. Make a backup of the file before editing.

