Skip composer installation unless requested

This commit is contained in:
3wc
2024-05-15 22:32:59 -03:00
parent a0c19b759b
commit 79047e02e5
3 changed files with 5 additions and 3 deletions

View File

@ -19,4 +19,3 @@ add_action('phpmailer_init', function ($phpmailer) {
$phpmailer->Username = null;
$phpmailer->Password = null;
});