From 5ac00deaf255c07b825decbc4e237942711d0e90 Mon Sep 17 00:00:00 2001 From: Carl Alberto Date: Thu, 11 May 2023 23:04:45 +0800 Subject: [PATCH] Detects if a user is using the correct upstream and framework and give them appropriate next steps to finalize WPMS setup. (#21) * Update pantheon.php to declare WP_ALLOW_MULTISITE before loading network config * Detects if a user is using the correct upstream and framework and give them appropriate next steps to finalize WPMS setup. --- inc/pantheon-multisite-finalize.php | 33 +++++++++++++++++++++++------ pantheon.php | 6 +++--- 2 files changed, 30 insertions(+), 9 deletions(-) diff --git a/inc/pantheon-multisite-finalize.php b/inc/pantheon-multisite-finalize.php index a36fcc2..6c81455 100644 --- a/inc/pantheon-multisite-finalize.php +++ b/inc/pantheon-multisite-finalize.php @@ -1,16 +1,37 @@ +/** + * Detects if a user is using the correct upstream and framework and give them appropriate next steps to finalize WPMS setup. + * + * @return void + */ +function pantheon_multisite_install_finalize_message() { ?>
-

-

Pantheon Multisite Configuration for documentation on how to finalize configuration of your site network.', 'pantheon' ), 'https://pantheon.io/docs/guides/multisite/config/#install-the-wordpress-site-network' ); ?>

+ +

+

Pantheon Multisite Configuration for documentation on how to finalize configuration of your site network.', 'pantheon' ), 'https://pantheon.io/docs/guides/multisite/config/#install-the-wordpress-site-network' ); ?>

+ +

+

Contact Support.', 'pantheon' ), 'https://pantheon.io/support' ); ?>

+
+ +