PluginProbe
Spoki – Chat Buttons and WooCommerce Notifications / 2.0.9
Spoki – Chat Buttons and WooCommerce Notifications v2.0.9
2.17.4 trunk 1.0.0 2.0.0 2.0.1 2.0.10 2.0.11 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.0.8 2.0.9 2.1.0 2.10.0 2.11.0 2.11.1 2.12.0 2.12.1 2.12.2 2.12.3 2.13.0 2.14.0 All 69 releases
spoki / views / html-welcome.php

html-welcome.php in Spoki – Chat Buttons and WooCommerce Notifications 2.0.9, at views/html-welcome.php

8 lines 252 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 $is_current_tab = $GLOBALS['current_tab'] == 'Welcome';
3
4 if ($is_current_tab) : ?>
5 <?php include_once 'html-onboarding.php'; ?>
6 <?php include_once 'html-account-overview.php'; ?>
7 <?php include_once 'html-spoki-overview.php'; ?>
8 <?php endif; ?>