We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87a84cf + 1b454e1 commit 49c2b56Copy full SHA for 49c2b56
1 file changed
src/class-tiny-settings.php
@@ -30,6 +30,10 @@ class Tiny_Settings extends Tiny_WP_Base {
30
public function __construct() {
31
parent::__construct();
32
$this->notices = new Tiny_Notices();
33
+
34
+ if(defined('XMLRPC_REQUEST') && XMLRPC_REQUEST && $this->get_api_key()) {
35
+ $this->compressor = Tiny_Compress::get_compressor($this->get_api_key(), $this->get_method('after_compress_callback'));
36
+ }
37
}
38
39
public function admin_init() {
0 commit comments