Update 'templates/wp-config.php.j2' #24

Merged
tpiccioli merged 1 commits from tpiccioli-patch-1 into master 2023-01-20 13:42:11 +01:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit dc68ce406d - Show all commits

View File

@ -18,4 +18,7 @@ define("WP_ENV", "{{ wordpress_env }}");
if (!defined("ABSPATH"))
define("ABSPATH", dirname(__FILE__) . "/");
if (!defined("WP_CONTENT_DIR"))
define("WP_CONTENT_DIR", ABSPATH . "wp-content");
require_once(ABSPATH . "wp-settings.php");