* Update translation text domain * Escape everything that should be escaped. * Add nonce checks where needed. * Sanitize all inputs. * Apply Code style changes across the codebase. * Correct many deprecation notices. * Optimize load order of many filters. * Add Proper Build script * Use emojii flags * Fix i18n deprecation notice for translating too early * Put all scripts in footer and load async
33 lines
1.3 KiB
PHP
33 lines
1.3 KiB
PHP
<?php
|
|
/**
|
|
* Gridpane instructions view.
|
|
*
|
|
* @since 2.0.0
|
|
*/
|
|
?>
|
|
<h1><?php esc_html_e('Instructions', 'wp-multisite-waas'); ?></h1>
|
|
|
|
<p class="wu-text-lg wu-text-gray-600 wu-my-4 wu-mb-6"><?php esc_html_e('Setting up GridPane with WP Ultimo is as easy as toggling a switch', 'wp-multisite-waas'); ?>!</p>
|
|
|
|
<p class="wu-text-sm">
|
|
<?php esc_html_e('On the GridPane panel, go to', 'wp-multisite-waas'); ?> <a class="wu-no-underline" href="https://my.gridpane.com/sites" target="_blank"><?php esc_html_e('Sites', 'wp-multisite-waas'); ?></a>. <?php esc_html_e('Click on your network site to bring up the options modal', 'wp-multisite-waas'); ?>.
|
|
</p>
|
|
|
|
<div class="">
|
|
<img class="wu-w-full" src="<?php echo esc_url(wu_get_asset('gridpane-1.webp', 'img/hosts')); ?>">
|
|
</div>
|
|
|
|
<p class="wu-text-sm">
|
|
|
|
<?php esc_html_e('Go to the', 'wp-multisite-waas'); ?> <strong><?php esc_html_e('Multisite', 'wp-multisite-waas'); ?></strong> <?php esc_html_e('tab and toggle the', 'wp-multisite-waas'); ?> <strong><?php esc_html_e('WP Ultimo Integration', 'wp-multisite-waas'); ?></strong> <?php esc_html_e('switch', 'wp-multisite-waas'); ?>.
|
|
|
|
</p>
|
|
|
|
<div class="">
|
|
<img class="wu-w-full" src="<?php echo esc_url(wu_get_asset('gridpane-2.webp', 'img/hosts')); ?>">
|
|
</div>
|
|
|
|
<p class="wu-text-sm">
|
|
<?php esc_html_e("You're all set", 'wp-multisite-waas'); ?>!
|
|
</p>
|