Browse
For agents
About
Translation with DeepL API
/
trunk
Translation with DeepL API
vtrunk
Switch version
trunk
0.1.20180323
1.0
1.2.5.1
1.5.2.5
1.7.5
2.4.3.12
2.4.3.9
2.4.5
Overview
Code
← All changes
|
client/deeplapi-usage.class.php
+1
-1
2.4.5
→
trunk
View file →
@@ -1,6 +1,6 @@
1
1
<?php
2
-
2
+
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
3
3
class DeepLApiUsage extends DeepLApi {
4
4
protected $endPoint = 'usage';
5
5
public $allow_cache = false;
6
6
protected $http_mode = 'GET';