Browse
For agents
About
Spoki – Chat Buttons and WooCommerce Notifications
/
2.0.8
Spoki – Chat Buttons and WooCommerce Notifications
v2.0.8
Switch version
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
Overview
Code
spoki
/
includes
/
constants.php
constants.php
in Spoki – Chat Buttons and WooCommerce Notifications 2.0.8, at includes/constants.php
5 lines
227 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
define
(
'
SPOKI_PLUGIN_NAME
'
,
"
spoki
"
)
;
3
define
(
'
SPOKI_OPTIONS
'
,
'
_wp_spoki_setting
'
)
;
4
define
(
'
SPOKI_BASE_API
'
,
'
https://app.spoki.it/api/flex/
'
)
;
5
define
(
'
SPOKI_SUGGEST_TEMPLATES_URL
'
,
'
https://forms.gle/VEgHbKx9YH9DS4o26
'
)
;