You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please comment out any database connection settings in your wp-config.php and
414
-
add the following snippet to your wp-config.php, near the bottom of the file
415
-
and before the include of wp-settings.php:
412
+
Comment out any database connection settings in your `wp-config.php` file and add the following snippet to your `wp-config.php`, near the bottom of the file and before the include of `wp-settings.php`:
416
413
414
+
```php
417
415
// Include for DDEV-managed settings in wp-config-ddev.php.
0 commit comments