Skip to content

Commit 5ff9e73

Browse files
committed
fix deprecation warning
1 parent 8e4c56a commit 5ff9e73

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tawkto/tawkto.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,11 @@ class TawkTo_Settings {
2727
const TAWK_ACTION_SET_WIDGET = 'tawkto-set-widget';
2828
const TAWK_ACTION_REMOVE_WIDGET = 'tawkto-remove-widget';
2929

30+
/**
31+
* @var $plugin_ver Plugin version
32+
*/
33+
private $plugin_ver = '';
34+
3035
/**
3136
* __construct
3237
*

0 commit comments

Comments
 (0)