Skip to content

Commit

Permalink
Prepare redirection during install
Browse files Browse the repository at this point in the history
  • Loading branch information
edjeavons committed Apr 28, 2023
1 parent 64b9381 commit 81145f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Commands/CreateSite.php
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,9 @@ private function install_plugins() {
Helpers::wp_add_option( 'limit_login_show_top_level_menu_item', '0', true, $this->wp_directory );
Helpers::wp_command( 'transient delete llar_welcome_redirect', $this->wp_directory );

// Redirection
Helpers::wp_command( 'redirection database install', $this->wp_directory );

// Mailgun (if used)
if ( in_array( 'wpackagist-plugin/mailgun', $plugins['always'] ) ) {
$value = escapeshellarg(
Expand Down

0 comments on commit 81145f4

Please sign in to comment.