🔍 Hook Finder ⚙️ wp-config Generator 📦 CPT Generator 💰 Project Estimator ↗ Portfolio
⚙️ Code Generator

wp-config.php Generator

Fill in the form to generate a complete, secure wp-config.php. Salts are generated securely in your browser — nothing is sent to any server.

⚙️ Configuration Options
🗄️ Database
🌐 Site URLs optional
🐛 Debug
WP_DEBUG
Enable debug mode. Disable on production.
WP_DEBUG_LOG
Write errors to /wp-content/debug.log
WP_DEBUG_DISPLAY
Show errors on screen. Disable on production.
SCRIPT_DEBUG
Load unminified JS and CSS files.
SAVEQUERIES
Log all DB queries. Dev only, performance impact.
🔒 Security
DISALLOW_FILE_EDIT
Disable theme/plugin file editor. Recommended for production.
DISALLOW_FILE_MODS
Block all file changes including auto-updates.
FORCE_SSL_ADMIN
Force HTTPS for admin login and dashboard.
Performance
WP_CACHE
Enable object caching (required by most caching plugins).
🔧 Miscellaneous
DISABLE_WP_CRON
Disable fake cron. Use real server cron for performance.
PHP wp-config.php