The WP Config Manager in Pivotlar allows you to safely and easily manage the critical settings within your wp-config.php file — without needing direct file system access or manual SSH/SFTP operations.
From debugging and performance tuning to security hardening, this editor empowers you to take full control of your WordPress environment with a user-friendly experience.
Accessing WP Config in Pivotlar #
To begin managing your configuration:
- Navigate to your desired site in Pivotlar.
- Go to the Site Details.
- Click the WP Config tab.
- The current contents of your site’s
wp-config.phpfile will load in a full-featured editor.

You can directly edit the configuration in this editor. Once your changes are complete, click the “Save Configuration” button located in the bottom-right corner of the editor.
Common Configuration Options #
Here are some common settings developers and site administrators frequently manage:
Enable Debug Mode #
- Constant:
WP_DEBUG - Purpose: Displays errors and warnings on the front-end.
- Recommendation: Only enable on staging/dev sites. Avoid in production.
Log Errors #
- Constant:
WP_DEBUG_LOG - Purpose: Writes errors to a log file instead of displaying them.
- Recommendation: Ideal for catching issues silently, especially in production.
Display PHP Errors #
- Constant:
WP_DEBUG_DISPLAY - Purpose: Outputs PHP errors directly on the front-end.
- Recommendation: Use with caution; best to disable in live environments.
Enable Script Debug #
- Constant:
SCRIPT_DEBUG - Purpose: Uses unminified versions of core JS/CSS files.
- Recommendation: Useful for theme/plugin developers during active development.
Disable JS Concatenation #
- Constant:
CONCATENATE_SCRIPTS - Purpose: Prevents WordPress from combining admin JS files.
- Recommendation: Helpful if admin area scripts are breaking or slow.
Enable Save Queries #
- Constant:
SAVEQUERIES - Purpose: Logs all database queries and their execution time.
- Recommendation: Useful during performance analysis. Disable when not needed.
Disable Core Auto-Updates #
- Constant:
WP_AUTO_UPDATE_CORE - Purpose: Prevents WordPress from automatically updating.
- Recommendation: Useful for custom environments or controlled update flows.
Saving Your Changes #
Once you’re done editing the file:
- Scroll to the bottom-right corner of the editor.
- Click the “Save Configuration” button.
- Your updated config will be applied instantly to the site.
Pivotlar ensures that updates are secure, validated, and immediately reflected on the server.
Need Help? #
Reach out to our support team via support@pivotlar.com