wp-config.php constants and variables from within PanelAlpha. This is found under Advanced → System Configuration.
Accessing System Configuration
From your instance, go to Advanced → System Configuration.What You Can Manage
The System Configuration table lists all constants and variables defined for your WordPress installation:
Values are masked by default for security. Click the edit icon to view or change a value.
Creating a New Configuration Entry
Click + Create Configuration to add a new constant or variable to yourwp-config.php. Enter the name, value, and select the type (constant or variable).
Common Use Cases
- Enabling or disabling
WP_DEBUG(also available via the Developer Settings toggle) - Changing the
table_prefixif needed - Adding custom constants required by plugins or themes