We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9198110 commit 2a4ae19Copy full SHA for 2a4ae19
1 file changed
tawkto/tawkto.php
@@ -71,7 +71,8 @@ public function __construct() {
71
require_once ABSPATH . 'wp-admin/includes/plugin.php';
72
}
73
74
- $plugin_data = get_plugin_data( __FILE__ );
+ // TODO: Move to proper lifecycle hook.
75
+ $plugin_data = get_plugin_data( __FILE__, false, false );
76
77
$this->plugin_ver = $plugin_data['Version'];
78
0 commit comments