PluginProbe
WP-Stateless – Google Cloud Storage / 3.0
WP-Stateless – Google Cloud Storage v3.0
4.4.3 2.1.7 2.1.8 2.1.9 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.3.0 2.3.1 2.3.2 3.0 3.0.1 3.0.2 3.0.3 3.0.4 3.1.0 3.1.1 3.2.0 3.2.1 3.2.2 All 62 releases
wp-stateless / static / views / setup_wizard_interface.php

setup_wizard_interface.php in WP-Stateless – Google Cloud Storage 3.0, at static/views/setup_wizard_interface.php

17 lines 556 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 $consoleUrl = 'https://console.stateless.ci';
3 $auth_token = \wpCloud\StatelessMedia\Utility::generate_wizard_auth_token();
4 $api_root = get_rest_url();
5 ?>
6
7 <script>
8 (function($) {
9 $(document).ready(function(){
10 $('#consoleStatelessIframeWrapper')
11 .html('<iframe id="console-stateless-wizard" src="<?php echo $consoleUrl ?>/#/?wp_nonce=<?php echo $auth_token ?>&api_root=<?php echo $api_root ?>" />')
12 })
13 })(jQuery)
14 </script>
15
16 <div id="consoleStatelessIframeWrapper"></div>
17 <style>#wpfooter{display:none!important}</style>