Skip to content

Commit

Permalink
Move ACF PRO install before language install
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre Dargham committed Jun 16, 2023
1 parent 961e2e5 commit a52c2fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WordPressTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ protected function wpInit()
$this->io()->newLine();
$this->wpDbCreate();
$this->wpCoreInstall();
$this->wpMaybeInstallAcfPro();
$this->wpLanguageInstall(null, ['activate' => true]);
$this->wpUpdateTimezone();
$this->wpClean();
$this->wpMaybeInstallAcfPro();
$this->wpActivatePlugins();

$this->io()->success('WordPress is ready.');
Expand Down

0 comments on commit a52c2fa

Please sign in to comment.