in https://github.com/wecodemore/wp-composer-config/blob/master/ci/.env.example#L31:
WP_CONTENT_DIR={$ABSPATH}/wp-content
the {$ABSPATH} is not expanding for me,
not sure how to properly handle this, so I'm hardcoding the path to wp-content dir as a workaround
in https://github.com/wecodemore/wp-composer-config/blob/master/ci/.env.example#L31:
WP_CONTENT_DIR={$ABSPATH}/wp-contentthe
{$ABSPATH}is not expanding for me,not sure how to properly handle this, so I'm hardcoding the path to
wp-contentdir as a workaround