admin->settings->is_connected() ) { return false; } return $this->should_load(); } /** * Should we early load the compatibility? * * @return bool Whether to load the compatibility or not. */ public function should_load_early() { return false; } }