Skip to content

Commit

Permalink
feat: add WordPress WP_ENVIRONMENT_TYPE support to wp-config-ddev.php (
Browse files Browse the repository at this point in the history
  • Loading branch information
graham73may authored Nov 7, 2024
1 parent fd284f6 commit 1a46b67
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/ddevapp/wordpress/wp-config-ddev.php
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@
/** Enable debug */
defined( 'WP_DEBUG' ) || define( 'WP_DEBUG', true );

/** WordPress environment type. */
defined( 'WP_ENVIRONMENT_TYPE' ) || define( 'WP_ENVIRONMENT_TYPE', 'local' );

/**
* Set WordPress Database Table prefix if not already set.
*
Expand Down

0 comments on commit 1a46b67

Please sign in to comment.