This function prompts the user for configuration details regarding a new WordPress installation.
It first checks if the user wants to create a new installation. If so, it asks for the name,
version, and language of the site. It then initializes the configuration based on the provided
details. If the user does not want a new installation, it terminates the process with an error
message asking for a template file.
This function prompts the user for configuration details regarding a new WordPress installation. It first checks if the user wants to create a new installation. If so, it asks for the name, version, and language of the site. It then initializes the configuration based on the provided details. If the user does not want a new installation, it terminates the process with an error message asking for a template file.